summaryrefslogtreecommitdiffstats
path: root/old/graphics/Widget.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'old/graphics/Widget.hpp')
-rw-r--r--old/graphics/Widget.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/old/graphics/Widget.hpp b/old/graphics/Widget.hpp
deleted file mode 100644
index c4d5dc1..0000000
--- a/old/graphics/Widget.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-class Widget {
- unsigned int x,y,w,h;
-public:
- Widget(Widget *parent);
- ~Widget();
-};