Removed unnecessary check

This commit is contained in:
neldoreth 2010-05-11 22:06:07 +02:00
parent b08f26cdf1
commit a45999f748

View file

@ -3035,11 +3035,6 @@ gboolean cb_draw(GtkWidget* widget, GdkEventExpose* expose, gpointer data)
gboolean
cb_inputbar_kb_pressed(GtkWidget *widget, GdkEventKey *event, gpointer data)
{
/* when the return button is pressed the inputbar is activated,
* so we do not handle it here */
if(event->keyval == GDK_Return)
return FALSE;
int i;
/* inputbar shortcuts */