From 5aaeb0206ce512e0415afc23b6754285ce5726af Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Thu, 16 Jul 2015 18:44:03 +0200 Subject: [PATCH] Remove some stuff that was accidentally committed --- src/config.h | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/src/config.h b/src/config.h index eeaf46b..fc9bbda 100644 --- a/src/config.h +++ b/src/config.h @@ -25,49 +25,6 @@ #include #include -struct TouchOverlay -{ - std::string image; - - struct Button - { - enum Shape - { - Rectangle, - Circle, - Triangle - }; - - std::string id; - std::string target; - Shape shape; - - int x; - int y; - - union - { - struct - { - int width; - int height; - } r; - - struct - { - int radius; - } c; - struct - { - int x1, y1; - int x2, y2; - } t; - } u; - }; - - std::vector