SF.net SVN: geany:[4409] trunk/tagmanager/c.c

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Nov 6 17:35:07 UTC 2009


Revision: 4409
          http://geany.svn.sourceforge.net/geany/?rev=4409&view=rev
Author:   ntrel
Date:     2009-11-06 17:35:07 +0000 (Fri, 06 Nov 2009)

Log Message:
-----------
Remove unused JavaKinds enum values.

Modified Paths:
--------------
    trunk/tagmanager/c.c

Modified: trunk/tagmanager/c.c
===================================================================
--- trunk/tagmanager/c.c	2009-11-06 17:24:31 UTC (rev 4408)
+++ trunk/tagmanager/c.c	2009-11-06 17:35:07 UTC (rev 4409)
@@ -300,7 +300,7 @@
 {
 	JK_UNDEFINED = -1,
 	JK_CLASS, JK_FIELD, JK_INTERFACE, JK_METHOD,
-	JK_PACKAGE, JK_ACCESS, JK_CLASS_PREFIX
+	JK_PACKAGE
 } javaKind;
 
 static kindOption JavaKinds [] = {


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