Revision: 1353 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1353&view=re... Author: frlan Date: 2010-05-15 20:08:33 +0000 (Sat, 15 May 2010)
Log Message: ----------- GeanyLaTeX: Removed evidently added but not needed function
Modified Paths: -------------- trunk/geanylatex/src/latexutils.c trunk/geanylatex/src/latexutils.h
Modified: trunk/geanylatex/src/latexutils.c =================================================================== --- trunk/geanylatex/src/latexutils.c 2010-05-15 20:08:03 UTC (rev 1352) +++ trunk/geanylatex/src/latexutils.c 2010-05-15 20:08:33 UTC (rev 1353) @@ -119,8 +119,3 @@ } }
- -void glatex_insert_braces() -{ - glatex_insert_string("{}", FALSE); -}
Modified: trunk/geanylatex/src/latexutils.h =================================================================== --- trunk/geanylatex/src/latexutils.h 2010-05-15 20:08:03 UTC (rev 1352) +++ trunk/geanylatex/src/latexutils.h 2010-05-15 20:08:33 UTC (rev 1353) @@ -27,6 +27,5 @@ void glatex_usepackage(const gchar *pkg, const gchar *options); void glatex_enter_key_pressed_in_entry(G_GNUC_UNUSED GtkWidget *widget, gpointer dialog); void glatex_insert_string(gchar *string, gboolean reset_position); -void glatex_insert_braces();
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org