summaryrefslogtreecommitdiff
path: root/plugins/Skins/SkinLib/ButtonField.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Skins/SkinLib/ButtonField.cpp')
-rw-r--r--plugins/Skins/SkinLib/ButtonField.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/Skins/SkinLib/ButtonField.cpp b/plugins/Skins/SkinLib/ButtonField.cpp
deleted file mode 100644
index e6c82ba5e3..0000000000
--- a/plugins/Skins/SkinLib/ButtonField.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-#include "globals.h"
-#include "ButtonField.h"
-#include "ButtonFieldState.h"
-
-
-ButtonField::ButtonField(Dialog *dlg, const char *name, HWND hwnd) : ControlField(dlg, name, hwnd)
-{
-}
-
-ButtonField::~ButtonField()
-{
-}
-
-FieldType ButtonField::getType() const
-{
- return CONTROL_BUTTON;
-}
-
-FieldState * ButtonField::createState(DialogState *dialogState)
-{
- return new ButtonFieldState(dialogState, this);
-} \ No newline at end of file