From 157530b8b6e11efc5573d5a0db8987a440197aa1 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Mar 2019 22:28:40 +0800 Subject: *misc --- source/Asura.Editor/widgets/label.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 source/Asura.Editor/widgets/label.h (limited to 'source/Asura.Editor/widgets/label.h') 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 -#include - -#include "widget.h" - -namespace AsuraEditor -{ - - class Label - : public Widget - , public AEScripting::Portable