From 42ec0ea5fd06056ecc2ac84bba8097fdadb3c997 Mon Sep 17 00:00:00 2001 From: Nick Schwaderer Date: Wed, 9 Oct 2024 15:57:58 +0100 Subject: [PATCH] removes unused ivar --- lacci/lib/shoes/app.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lacci/lib/shoes/app.rb b/lacci/lib/shoes/app.rb index 1175e9ac..9a4aee9f 100644 --- a/lacci/lib/shoes/app.rb +++ b/lacci/lib/shoes/app.rb @@ -74,7 +74,6 @@ def initialize( @content_container = nil @routes = {} - @current_page = nil super