diff --git a/main.cpp b/main.cpp index 69fe5c0..2e988b6 100644 --- a/main.cpp +++ b/main.cpp @@ -22,12 +22,9 @@ const int WIDTH {700}; const int HEIGHT {700}; -const double FPS {50.0}; -const int nanosecs {}; sc::gui::Window* main_window {nullptr}; sc::gui::Image* main_image {nullptr}; -// cairo_t* cr {nullptr}; RectSaver* main_saver {nullptr}; bool expired {true}; bool should_run {true};