diff options
Diffstat (limited to '')
| -rw-r--r-- | src/InputMediator.hpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/InputMediator.hpp b/src/InputMediator.hpp index 5933bd7..d1dc122 100644 --- a/src/InputMediator.hpp +++ b/src/InputMediator.hpp @@ -16,11 +16,9 @@ public: KeymapEvaluator *keymap_evaluator); ~InputMediator() override; - DELEGATE(webview_stack, open_url, open_url) - DELEGATE(webview_stack, current_url, current_url) - DELEGATE(webview_stack, next, next_webview) - DELEGATE(webview_stack, previous, previous_webview) - DELEGATE(webview_stack, close_current, close_current_webview) + // DELEGATE(webview_stack, open_url, open_url) + // DELEGATE(webview_stack, current_url, current_url) + // DELEGATE(webview_stack, close_current, close_current_webview) DELEGATE(keymap_evaluator, evaluate, evaluate_keymap) protected: |
