SF.net SVN: geany-plugins:[1369] trunk/geany-plugins/geanysendmail/src/ geanysendmail.c

frlan at users.sourceforge.net frlan at xxxxx
Sun May 16 22:07:00 UTC 2010


Revision: 1369
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1369&view=rev
Author:   frlan
Date:     2010-05-16 22:07:00 +0000 (Sun, 16 May 2010)

Log Message:
-----------
GeanySendMail: Remove unused variable

Modified Paths:
--------------
    trunk/geany-plugins/geanysendmail/src/geanysendmail.c

Modified: trunk/geany-plugins/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geany-plugins/geanysendmail/src/geanysendmail.c	2010-05-16 12:23:44 UTC (rev 1368)
+++ trunk/geany-plugins/geanysendmail/src/geanysendmail.c	2010-05-16 22:07:00 UTC (rev 1369)
@@ -102,8 +102,6 @@
 
 			if ((use_address_dialog == TRUE) && (g_strrstr(mailer, "%r") != NULL))
 			{
-				gint tmp;
-
 				dialog = gtk_dialog_new_with_buttons(_("Recipient's Address"),
 										GTK_WINDOW(geany->main_widgets->window),
 										GTK_DIALOG_DESTROY_WITH_PARENT,


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