Remove bitfield test

This commit is contained in:
wheremyfoodat 2024-04-03 19:54:06 +03:00 committed by GitHub
parent 79e96f3dd5
commit eb89b76223
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@
#include "panda_qt/main_window.hpp"
#include "panda_qt/screen.hpp"
#include "bitfield.hpp"
int main(int argc, char *argv[]) {
QApplication app(argc, argv);
@ -10,4 +9,4 @@ int main(int argc, char *argv[]) {
window.show();
return app.exec();
}
}