summaryrefslogtreecommitdiff
path: root/LiteEditor/newworkspacedlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'LiteEditor/newworkspacedlg.h')
-rw-r--r--LiteEditor/newworkspacedlg.h54
1 files changed, 0 insertions, 54 deletions
diff --git a/LiteEditor/newworkspacedlg.h b/LiteEditor/newworkspacedlg.h
deleted file mode 100644
index f09f73a5..00000000
--- a/LiteEditor/newworkspacedlg.h
+++ /dev/null
@@ -1,54 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
-//
-// copyright : (C) 2008 by Eran Ifrah
-// file name : newworkspacedlg.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 __newworkspacedlg__
-#define __newworkspacedlg__
-
-/**
-@file
-Subclass of NewWorkspaceBase, which is generated by wxFormBuilder.
-*/
-
-#include "newworkspacebasedlg.h"
-
-/** Implementing NewWorkspaceBase */
-class NewWorkspaceDlg : public NewWorkspaceBase
-{
- wxString m_workspacePath;
-
-protected:
- // Handlers for NewWorkspaceBase events.
- void OnWorkspacePathUpdated( wxCommandEvent& event );
- void OnWorkspaceDirPicker( wxCommandEvent& event );
- void OnButtonCreate( wxCommandEvent& event );
-
-public:
- /** Constructor */
- NewWorkspaceDlg( wxWindow* parent );
- virtual ~NewWorkspaceDlg();
-
- wxString GetFilePath() const {return m_workspacePath;}
-};
-
-#endif // __newworkspacedlg__