From 32cab75e438dae9c545e51950f14bf36d39d5ef0 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Thu, 23 Oct 2014 16:07:43 +0200 Subject: IniFile: Removed an unused macro. --- src/IniFile.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/IniFile.cpp b/src/IniFile.cpp index 517fd36af..eff41de33 100644 --- a/src/IniFile.cpp +++ b/src/IniFile.cpp @@ -32,10 +32,6 @@ #define iniEOL '\r' << endl #endif -#ifndef _WIN32 - #define sscanf_s(buffer, stringbuffer, ...) (sscanf(buffer, stringbuffer, __VA_ARGS__)) -#endif - using namespace std; -- cgit v1.2.3