From 4b52a020359868ceb54e7251b129192d354052a8 Mon Sep 17 00:00:00 2001 From: cage Date: Sat, 27 Jul 2024 17:46:18 +0200 Subject: [PATCH] - [GUI] removed bindings to return to a previously visited page (maybe added for testing?). --- src/gui/client/main-window.lisp | 6 ------ 1 file changed, 6 deletions(-) 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)