remove leftover

This commit is contained in:
floralrainfall 2023-07-07 04:14:38 -04:00
parent 3bb50fa399
commit f3876c5f55
1 changed files with 1 additions and 10 deletions

View File

@ -1,15 +1,6 @@
#include <stdio.h>
#include <QApplication>
#include <client/player/PlayerWindow.hpp>
int main(int argc, char** argv)
{
QApplication app(argc, argv);
PlayerWindow window = PlayerWindow();
window.show();
return app.exec();
printf("Hi\n");
}