qt: Remove a workaround that is now obsolete

This commit is contained in:
ts-korhonen
2021-12-21 00:28:52 +02:00
parent 01f45ae651
commit bbb0b38d31

View File

@@ -36,10 +36,8 @@ extern QElapsedTimer elapsed_timer;
extern MainWindow* main_window;
extern "C" {
#define new not_new
#include <86box/timer.h>
#include <86box/nvr.h>
#undef new
extern int qt_nvr_save(void);
}