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.

This commit is contained in:
OBattler
2023-10-31 00:46:32 +01:00
parent c173f5d415
commit db0742cbae

View File

@@ -408,9 +408,6 @@ plat_pause(int p)
#endif #endif
} }
// because we can't include nvr.h because it's got fields named new
extern int nvr_save(void);
void void
plat_power_off(void) plat_power_off(void)
{ {