From 63fe56a0638b53477579ca37df3bfce30613e4ed Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 23 Mar 2025 21:48:12 -0400 Subject: Remove Python, combine main files --- src/gui/main.cc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/gui/main.cc (limited to 'src/gui/main.cc') diff --git a/src/gui/main.cc b/src/gui/main.cc deleted file mode 100644 index e592da9..0000000 --- a/src/gui/main.cc +++ /dev/null @@ -1,11 +0,0 @@ -#include "GUI.h" - -#include - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - GUI w; - w.show(); - return a.exec(); -} -- cgit v1.2.3