From db0742cbae28a0a33cf796fdc8c7afbdfcabd7ef Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 31 Oct 2023 00:46:32 +0100 Subject: [PATCH] Removed an outdated comment and extern from qt/qt_platform.cpp, it appears the problem in nvr.h has long since been fixed and the proper include added. --- src/qt/qt_platform.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/qt/qt_platform.cpp b/src/qt/qt_platform.cpp index d76aad977..f306b6138 100644 --- a/src/qt/qt_platform.cpp +++ b/src/qt/qt_platform.cpp @@ -408,9 +408,6 @@ plat_pause(int p) #endif } -// because we can't include nvr.h because it's got fields named new -extern int nvr_save(void); - void plat_power_off(void) {