mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 20:26:00 +01:00
Removed unnecessary check
This commit is contained in:
parent
88d76762f5
commit
ebf76efdd6
1 changed files with 0 additions and 5 deletions
|
@ -3035,11 +3035,6 @@ gboolean cb_draw(GtkWidget* widget, GdkEventExpose* expose, gpointer data)
|
||||||
gboolean
|
gboolean
|
||||||
cb_inputbar_kb_pressed(GtkWidget *widget, GdkEventKey *event, gpointer data)
|
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;
|
int i;
|
||||||
|
|
||||||
/* inputbar shortcuts */
|
/* inputbar shortcuts */
|
||||||
|
|
Loading…
Reference in a new issue