From 0b8c44e2d601d4fe8eaff9bdc9b42045defb578f Mon Sep 17 00:00:00 2001 From: ExMix Date: Tue, 26 Feb 2013 10:49:38 +0300 Subject: different fixes for build on Windows platform --- platform/platform_win.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'platform/platform_win.cpp') diff --git a/platform/platform_win.cpp b/platform/platform_win.cpp index 399caf370a..43541563e9 100644 --- a/platform/platform_win.cpp +++ b/platform/platform_win.cpp @@ -86,10 +86,6 @@ Platform::Platform() LOG(LDEBUG, ("Settings Directory:", m_settingsDir)); } -Platform::~Platform() -{ -} - bool Platform::IsFileExistsByFullPath(string const & filePath) { return ::GetFileAttributesA(filePath.c_str()) != INVALID_FILE_ATTRIBUTES; -- cgit v1.2.3