* mug2/mug-query-bar.c: fix compiler warning

This commit is contained in:
djcb 2011-12-30 13:39:03 +02:00
parent 6731abde40
commit 8151fc21b0
1 changed files with 0 additions and 4 deletions

View File

@ -76,10 +76,6 @@ mug_query_bar_class_init (MugQueryBarClass * klass)
static void
on_entry_activated (GtkWidget * w, MugQueryBar * bar)
{
MugQueryBarPrivate *priv;
priv = MUG_QUERY_BAR_GET_PRIVATE (bar);
g_signal_emit (G_OBJECT (bar), signals[MUG_QUERY_CHANGED], 0,
gtk_entry_get_text (GTK_ENTRY (w)));
}