From fb8197839c0bebc20fd68ee3f280da934c49c473 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 22 Dec 2017 21:16:02 +0000 Subject: Removing editor and refactoring code. --- editor/main.cpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 editor/main.cpp (limited to 'editor/main.cpp') diff --git a/editor/main.cpp b/editor/main.cpp deleted file mode 100644 index bc80117b..00000000 --- a/editor/main.cpp +++ /dev/null @@ -1,19 +0,0 @@ -/* ---------------------------------------------------------------------------- - * /home/yannherklotz/Github/YAGE/editor/main.cpp - * - * Copyright (c) 2017 Yann Herklotz Grave - * MIT License, see LICENSE file for more details. - * ---------------------------------------------------------------------------- - */ - -#include "editorwindow.h" -#include - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - EditorWindow w; - w.show(); - - return a.exec(); -} -- cgit