epiphany r8737 - trunk/src



Author: xan
Date: Tue Jan 27 17:27:40 2009
New Revision: 8737
URL: http://svn.gnome.org/viewvc/epiphany?rev=8737&view=rev

Log:
ephy-find-toolbar: remove unused variable.

Modified:
   trunk/src/ephy-find-toolbar.c

Modified: trunk/src/ephy-find-toolbar.c
==============================================================================
--- trunk/src/ephy-find-toolbar.c	(original)
+++ trunk/src/ephy-find-toolbar.c	Tue Jan 27 17:27:40 2009
@@ -301,10 +301,8 @@
 	EphyFindToolbarPrivate *priv = toolbar->priv;
 	const char *text;
 	EphyEmbedFindResult result;
-	gboolean case_sensitive;
 
 	text = gtk_entry_get_text (GTK_ENTRY (priv->entry));
-	case_sensitive = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (priv->case_sensitive));
 
 	ephy_find_toolbar_set_properties (toolbar, text);
 	result = ephy_find_toolbar_find (toolbar, text, priv->links_only);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]