summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-08-12 08:16:33 +0100
committerVincent Sanders <vince@kyllikki.org>2017-08-27 15:46:00 +0100
commit5a40e94df627fd913e800f7a86f6d2e5a1f5b870 (patch)
tree5606c995fa5267e16242b91d8981eca5a50c9e39 /frontends
parentd1a493f5697e5cd29394bbad6d0183fb530a9d29 (diff)
downloadnetsurf-5a40e94df627fd913e800f7a86f6d2e5a1f5b870.tar.gz
netsurf-5a40e94df627fd913e800f7a86f6d2e5a1f5b870.tar.bz2
remove unecessary textarea include
Diffstat (limited to 'frontends')
-rw-r--r--frontends/gtk/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/window.c b/frontends/gtk/window.c
index de5311e2e..d32f4573a 100644
--- a/frontends/gtk/window.c
+++ b/frontends/gtk/window.c
@@ -42,7 +42,6 @@
#include "netsurf/plotters.h"
#include "netsurf/form.h"
#include "netsurf/keypress.h"
-#include "desktop/textarea.h"
#include "desktop/searchweb.h"
#include "desktop/textinput.h"
@@ -355,6 +354,7 @@ static gboolean nsgtk_window_button_press_event(GtkWidget *widget,
break;
case 3: /* Right button, usually. Action button, context menu. */
+ /** \todo determine if hiding the caret here is necessary */
browser_window_remove_caret(g->bw, true);
nsgtk_scaffolding_context_menu(g->scaffold,
g->mouse.pressed_x,