diff options
Diffstat (limited to 'backends/platform/win32/win32.h')
-rw-r--r-- | backends/platform/win32/win32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/win32/win32.h b/backends/platform/win32/win32.h index 95d41778f2..2bcb0c59b3 100644 --- a/backends/platform/win32/win32.h +++ b/backends/platform/win32/win32.h @@ -33,8 +33,6 @@ public: OSystem_Win32(); ~OSystem_Win32() {} - void initBackend(); - protected: Common::String getDefaultConfigFileName(); }; |