SF.net SVN: geany:[4525] trunk/src/editor.c

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Jan 17 12:08:30 UTC 2010


Revision: 4525
          http://geany.svn.sourceforge.net/geany/?rev=4525&view=rev
Author:   eht16
Date:     2010-01-17 12:08:30 +0000 (Sun, 17 Jan 2010)

Log Message:
-----------
Remove unused variable.

Modified Paths:
--------------
    trunk/src/editor.c

Modified: trunk/src/editor.c
===================================================================
--- trunk/src/editor.c	2010-01-16 19:39:23 UTC (rev 4524)
+++ trunk/src/editor.c	2010-01-17 12:08:30 UTC (rev 4525)
@@ -1024,7 +1024,6 @@
 static void on_new_line_added(GeanyEditor *editor)
 {
 	ScintillaObject *sci = editor->sci;
-	gint pos = sci_get_current_position(sci);
 	gint line = sci_get_current_line(sci);
 
 	/* simple indentation */


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list