SF.net SVN: geany-plugins:[385] trunk/geanylatex/src/bibtex.c

frlan at users.sourceforge.net frlan at xxxxx
Mon Jan 19 21:21:40 UTC 2009


Revision: 385
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=385&view=rev
Author:   frlan
Date:     2009-01-19 21:21:36 +0000 (Mon, 19 Jan 2009)

Log Message:
-----------
GeanyLaTeX: Exkluded not yet used code to avoid compiler warnings

Modified Paths:
--------------
    trunk/geanylatex/src/bibtex.c

Modified: trunk/geanylatex/src/bibtex.c
===================================================================
--- trunk/geanylatex/src/bibtex.c	2009-01-19 21:08:22 UTC (rev 384)
+++ trunk/geanylatex/src/bibtex.c	2009-01-19 21:21:36 UTC (rev 385)
@@ -26,6 +26,7 @@
 	fields[entry_number] = flag;
 
 
+#if 0
 static int get_entry_pos(char *str)
 {
 	int i;
@@ -37,8 +38,8 @@
 	}
 	return -1;
 }
+#endif
 
-
 void insert_bibtex_entry(G_GNUC_UNUSED GtkMenuItem * menuitem, G_GNUC_UNUSED gpointer gdata)
 {
 	int doctype = GPOINTER_TO_INT(gdata);


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



More information about the Plugins-Commits mailing list