From 9143deb610d95ffe1d6ef574817200fcf839b40d Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Mon, 26 Oct 2020 23:05:44 +0100 Subject: [PATCH] cleanup to fix warnings --- main.cpp | 3 --- 1 file changed, 3 deletions(-) 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};