SF.net SVN: geany:[2818] trunk/src/keybindings.c

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Jul 25 11:28:30 UTC 2008


Revision: 2818
          http://geany.svn.sourceforge.net/geany/?rev=2818&view=rev
Author:   ntrel
Date:     2008-07-25 11:28:30 +0000 (Fri, 25 Jul 2008)

Log Message:
-----------
Remove commented out old code.

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

Modified: trunk/src/keybindings.c
===================================================================
--- trunk/src/keybindings.c	2008-07-25 11:23:52 UTC (rev 2817)
+++ trunk/src/keybindings.c	2008-07-25 11:28:30 UTC (rev 2818)
@@ -532,8 +532,6 @@
 		gtk_accelerator_parse(val, &key, &mods);
 		kb->key = key;
 		kb->mods = mods;
-
-		/* apply_kb_accel(kb); */
 	}
 	g_free(val);
 }


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