I forgot to remove a couple of old variables that are not used anymore.
Correction attached.

-- 
Stanislav
diff -urN scite-1.74-orig/scite/gtk/SciTEGTK.cxx scite-1.74/scite/gtk/SciTEGTK.cxx
--- scite-1.74-orig/scite/gtk/SciTEGTK.cxx	2007-08-23 23:24:19.759831904 +0400
+++ scite-1.74/scite/gtk/SciTEGTK.cxx	2007-08-23 23:20:18.000000000 +0400
@@ -308,8 +308,6 @@
 protected:
 
 	GtkWidget *splitPane;
-	Point ptOld;
-	GdkGC *xor_gc;
 
 	guint sbContextID;
 	Window wToolBarBox;
@@ -566,8 +564,6 @@
 	ReadGlobalPropFile();
 	ReadAbbrevPropFile();
 
-	ptOld = Point(0, 0);
-	xor_gc = 0;
 	saveFormat = sfSource;
 	comboFiles = 0;
 	paramDialogCanceled = true;
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to