From bbb0b38d31b73982a179089c526ecd0615a72d66 Mon Sep 17 00:00:00 2001 From: ts-korhonen Date: Tue, 21 Dec 2021 00:28:52 +0200 Subject: [PATCH] qt: Remove a workaround that is now obsolete --- src/qt/qt_main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/qt/qt_main.cpp b/src/qt/qt_main.cpp index b730e40b0..1b014fda5 100644 --- a/src/qt/qt_main.cpp +++ b/src/qt/qt_main.cpp @@ -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); }