SF.net SVN: geany-plugins:[879] trunk/geany-plugins/spellcheck
eht16 at users.sourceforge.net
eht16 at xxxxx
Sun Aug 9 11:01:36 UTC 2009
Revision: 879
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=879&view=rev
Author: eht16
Date: 2009-08-09 11:01:36 +0000 (Sun, 09 Aug 2009)
Log Message:
-----------
Remove unused code.
Modified Paths:
--------------
trunk/geany-plugins/spellcheck/ChangeLog
trunk/geany-plugins/spellcheck/src/gui.c
Modified: trunk/geany-plugins/spellcheck/ChangeLog
===================================================================
--- trunk/geany-plugins/spellcheck/ChangeLog 2009-08-07 23:17:19 UTC (rev 878)
+++ trunk/geany-plugins/spellcheck/ChangeLog 2009-08-09 11:01:36 UTC (rev 879)
@@ -1,3 +1,9 @@
+2009-08-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/gui.c:
+ Remove unused code.
+
+
2009-07-16 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/gui.c, src/scplugin.c, src/speller.c:
Modified: trunk/geany-plugins/spellcheck/src/gui.c
===================================================================
--- trunk/geany-plugins/spellcheck/src/gui.c 2009-08-07 23:17:19 UTC (rev 878)
+++ trunk/geany-plugins/spellcheck/src/gui.c 2009-08-09 11:01:36 UTC (rev 879)
@@ -71,11 +71,6 @@
}
-void sc_gui_update_tooltip(void)
-{
-}
-
-
void sc_gui_update_toolbar(void)
{
/* toolbar item is not requested, so remove the item if it exists */
@@ -91,7 +86,6 @@
if (sc_info->toolbar_button == NULL)
{
sc_info->toolbar_button = gtk_toggle_tool_button_new_from_stock(GTK_STOCK_SPELL_CHECK);
- sc_gui_update_tooltip();
plugin_add_toolbar_item(geany_plugin, sc_info->toolbar_button);
ui_add_document_sensitive(GTK_WIDGET(sc_info->toolbar_button));
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