aboutsummaryrefslogtreecommitdiffstats
path: root/editor/editorwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editorwindow.cpp')
-rw-r--r--editor/editorwindow.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/editor/editorwindow.cpp b/editor/editorwindow.cpp
deleted file mode 100644
index 35eeeb31..00000000
--- a/editor/editorwindow.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-#include "editorwindow.h"
-#include "ui_editorwindow.h"
-
-EditorWindow::EditorWindow(QWidget *parent) :
- QMainWindow(parent),
- ui(new Ui::EditorWindow)
-{
- ui->setupUi(this);
-}
-
-EditorWindow::~EditorWindow()
-{
- delete ui;
-}
-
-void EditorWindow::on_openGLWidget_destroyed()
-{
-}