From f3876c5f5570358b3c44f329a222f2bab73210ec Mon Sep 17 00:00:00 2001 From: floralrainfall Date: Fri, 7 Jul 2023 04:14:38 -0400 Subject: [PATCH] remove leftover --- src/client/player/main.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/client/player/main.cpp b/src/client/player/main.cpp index 117ab4f..9bbfa18 100644 --- a/src/client/player/main.cpp +++ b/src/client/player/main.cpp @@ -1,15 +1,6 @@ #include -#include - -#include - int main(int argc, char** argv) { - QApplication app(argc, argv); - PlayerWindow window = PlayerWindow(); - - window.show(); - - return app.exec(); + printf("Hi\n"); } \ No newline at end of file