Revision: 2165 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2165&view=re... Author: frlan Date: 2011-08-24 06:09:52 +0000 (Wed, 24 Aug 2011)
Log Message: ----------- Remove some not needed epty lines
Modified Paths: -------------- trunk/geany-plugins/geanylatex/src/geanylatex.c trunk/geany-plugins/geanylatex/src/geanylatex.h trunk/geany-plugins/tableconvert/src/tableconvert.c
Modified: trunk/geany-plugins/geanylatex/src/geanylatex.c =================================================================== --- trunk/geany-plugins/geanylatex/src/geanylatex.c 2011-08-24 06:09:27 UTC (rev 2164) +++ trunk/geany-plugins/geanylatex/src/geanylatex.c 2011-08-24 06:09:52 UTC (rev 2165) @@ -454,8 +454,6 @@ }
- - static void on_geany_startup_complete(G_GNUC_UNUSED GObject *obj, G_GNUC_UNUSED gpointer user_data) @@ -847,7 +845,6 @@ }
- void glatex_insert_ref_activated(G_GNUC_UNUSED GtkMenuItem * menuitem, G_GNUC_UNUSED gpointer gdata)
Modified: trunk/geany-plugins/geanylatex/src/geanylatex.h =================================================================== --- trunk/geany-plugins/geanylatex/src/geanylatex.h 2011-08-24 06:09:27 UTC (rev 2164) +++ trunk/geany-plugins/geanylatex/src/geanylatex.h 2011-08-24 06:09:52 UTC (rev 2165) @@ -39,7 +39,6 @@ #include "latexstructure.h" #include "latexkeybindings.h"
- #include <string.h>
typedef void (*MenuCallback) (G_GNUC_UNUSED GtkMenuItem * menuitem, G_GNUC_UNUSED gpointer gdata);
Modified: trunk/geany-plugins/tableconvert/src/tableconvert.c =================================================================== --- trunk/geany-plugins/tableconvert/src/tableconvert.c 2011-08-24 06:09:27 UTC (rev 2164) +++ trunk/geany-plugins/tableconvert/src/tableconvert.c 2011-08-24 06:09:52 UTC (rev 2165) @@ -22,7 +22,6 @@ #include "config.h" /* for the gettext domain */ #endif
- #include "geanyplugin.h"
GeanyPlugin *geany_plugin;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org