From e79767ef389df7224681761e272e389714fa3e5f Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Sun, 13 Jun 2021 02:20:01 -0400 Subject: [PATCH] Update error_frame.hpp --- include/error_frame.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/error_frame.hpp b/include/error_frame.hpp index 1a2680f..5802542 100644 --- a/include/error_frame.hpp +++ b/include/error_frame.hpp @@ -34,7 +34,6 @@ namespace nxdt::views { private: brls::Label *label = nullptr; - bool print_dbg = false; protected: void draw(NVGcontext* vg, int x, int y, unsigned width, unsigned height, brls::Style* style, brls::FrameContext* ctx) override;