remove leftover
This commit is contained in:
parent
3bb50fa399
commit
f3876c5f55
|
|
@ -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");
|
||||
}
|
||||
Loading…
Reference in New Issue