summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/widgets/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Asura.Editor/widgets/label.h')
-rw-r--r--source/Asura.Editor/widgets/label.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/source/Asura.Editor/widgets/label.h b/source/Asura.Editor/widgets/label.h
deleted file mode 100644
index 1d053f8..0000000
--- a/source/Asura.Editor/widgets/label.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef __ASURA_EDITOR_LABEL_H__
-#define __ASURA_EDITOR_LABEL_H__
-
-#include <asura-lib-utils/scripting/portable.hpp>
-#include <asura-lib-core/graphics/image.h>
-
-#include "widget.h"
-
-namespace AsuraEditor
-{
-
- class Label
- : public Widget
- , public AEScripting::Portable<Label>
- {
- public:
-
- void OnEvent(AEInput::Event& e) override;
- void OnPaint() override;
-
- };
-
-}
-
-#endif \ No newline at end of file