summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/controls/radio_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Asura.Editor/controls/radio_button.h')
-rw-r--r--source/Asura.Editor/controls/radio_button.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/source/Asura.Editor/controls/radio_button.h b/source/Asura.Editor/controls/radio_button.h
deleted file mode 100644
index a9fc765..0000000
--- a/source/Asura.Editor/controls/radio_button.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef __ASURA_EDITOR_RADIO_BUTTON_H__
-#define __ASURA_EDITOR_RADIO_BUTTON_H__
-
-namespace AsuraEditor
-{
- namespace Controls
- {
-
- class RadioButton
- {
- public:
-
- RadioButton();
- ~RadioButton();
-
-
-
- };
-
- }
-}
-
-#endif