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;