cleanup to fix warnings

This commit is contained in:
Bob Polis 2020-10-26 23:05:44 +01:00
parent f3d25a2084
commit 9143deb610

View File

@ -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};