aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r--src/popup-commands.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index 1a1d973a5..2896fb22b 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -491,9 +491,7 @@ void
popup_replace_spelling (GtkAction *action,
EphyWindow *window)
{
-#ifdef HAVE_WEBKIT2
- /* TODO: Context Menu, Spellchecker */
-#else
+#ifndef HAVE_WEBKIT2
EphyEmbed *embed;
WebKitWebView *view;
WebKitWebFrame *frame;