summaryrefslogtreecommitdiff
path: root/LiteEditor/buildsettingstab.h
diff options
context:
space:
mode:
Diffstat (limited to 'LiteEditor/buildsettingstab.h')
-rw-r--r--LiteEditor/buildsettingstab.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/LiteEditor/buildsettingstab.h b/LiteEditor/buildsettingstab.h
deleted file mode 100644
index a056366e..00000000
--- a/LiteEditor/buildsettingstab.h
+++ /dev/null
@@ -1,44 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
-//
-// copyright : (C) 2008 by Eran Ifrah
-// file name : buildsettingstab.h
-//
-// -------------------------------------------------------------------------
-// A
-// _____ _ _ _ _
-// / __ \ | | | | (_) |
-// | / \/ ___ __| | ___| | _| |_ ___
-// | | / _ \ / _ |/ _ \ | | | __/ _ )
-// | \__/\ (_) | (_| | __/ |___| | || __/
-// \____/\___/ \__,_|\___\_____/_|\__\___|
-//
-// F i l e
-//
-// This program is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
- #ifndef __buildsettingstab__
-#define __buildsettingstab__
-
-/**
-@file
-Subclass of BuildTabSettingsBase, which is generated by wxFormBuilder.
-*/
-
-#include "buildsettingstabbase.h"
-
-/** Implementing BuildTabSettingsBase */
-class BuildTabSetting : public BuildTabSettingsBase
-{
-public:
- /** Constructor */
- BuildTabSetting( wxWindow* parent );
- void Save();
-};
-
-#endif // __buildsettingstab__