From ab58254e795ff7b0754681b8c7ada1b898944fec Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 27 Jan 2009 17:27:40 +0000 Subject: ephy-find-toolbar: remove unused variable. svn path=/trunk/; revision=8737 --- src/ephy-find-toolbar.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ephy-find-toolbar.c b/src/ephy-find-toolbar.c index dd2d642e7..0e68fe50a 100644 --- a/src/ephy-find-toolbar.c +++ b/src/ephy-find-toolbar.c @@ -301,10 +301,8 @@ entry_changed_cb (GtkEntry *entry, 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); -- cgit v1.2.3