summaryrefslogtreecommitdiff
path: root/LiteEditor/compilertoolspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'LiteEditor/compilertoolspage.h')
-rw-r--r--LiteEditor/compilertoolspage.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/LiteEditor/compilertoolspage.h b/LiteEditor/compilertoolspage.h
deleted file mode 100644
index 6b0d0b50..00000000
--- a/LiteEditor/compilertoolspage.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef __compilertoolspage__
-#define __compilertoolspage__
-
-/**
-@file
-Subclass of CompilerToolsBase, which is generated by wxFormBuilder.
-*/
-
-#include "compiler_pages.h"
-#include "advanced_settings.h"
-#include "compiler.h"
-
-/** Implementing CompilerToolsBase */
-class CompilerToolsPage : public CompilerToolsBase, public ICompilerSubPage
-{
- wxString m_cmpname;
-
-public:
- /** Constructor */
- CompilerToolsPage( wxWindow* parent, const wxString &cmpname );
- virtual void Save(CompilerPtr cmp);
-};
-
-#endif // __compilertoolspage__