Skip to content

Commit 9badd32

Browse files
committed
Remove more nvr.h hacks
1 parent 0e42547 commit 9badd32

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/qt/qt_settingsmachine.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,9 @@ extern "C" {
3232
#include <86box/config.h>
3333
#include <86box/device.h>
3434
#include <86box/machine.h>
35+
#include <86box/nvr.h>
3536
}
3637

37-
// from nvr.h, which we can't import into CPP code
38-
#define TIME_SYNC_DISABLED 0
39-
#define TIME_SYNC_ENABLED 1
40-
#define TIME_SYNC_UTC 2
41-
4238
#include "qt_deviceconfig.hpp"
4339
#include "qt_models_common.hpp"
4440

0 commit comments

Comments
 (0)