diff --git a/src/gui/client/main-window.lisp b/src/gui/client/main-window.lisp index 29289ba..97bfe94 100644 --- a/src/gui/client/main-window.lisp +++ b/src/gui/client/main-window.lisp @@ -2011,12 +2011,6 @@ local file paths." (if clockwise (scale-gemtext main-window 0.1) (scale-gemtext main-window -0.1)))) - :exclusive t) - (gui:bind target - #$$ - (lambda (e) - (declare (ignore e)) - (funcall (back-iri-clsr main-window))) :exclusive t)) (defun init-main-window (starting-iri)