summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/controls/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Asura.Editor/controls/content.h')
-rw-r--r--source/Asura.Editor/controls/content.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/source/Asura.Editor/controls/content.h b/source/Asura.Editor/controls/content.h
deleted file mode 100644
index 230bfa9..0000000
--- a/source/Asura.Editor/controls/content.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __ASURA_EDITOR_GUI_BUTTON_H__
-#define __ASURA_EDITOR_GUI_BUTTON_H__
-
-#include <asura-utils/classes.h>
-
-namespace_begin(AsuraEditor)
-
-/// IMGUI content
-class Content
-{
-
-};
-
-
-namespace_end
-
-#endif