Remove unnecessary porting.h file

This commit is contained in:
adrido 2015-07-05 11:50:13 +02:00
parent 23cb8ec83e
commit 217979e55b
3 changed files with 0 additions and 7 deletions

View File

@ -19,7 +19,6 @@ SOURCES += main.cpp\
geometrywidget.cpp
HEADERS += mainwindow.h \
porting.h \
colorlineedit.h \
geometrywidget.h

View File

@ -1,6 +1,5 @@
#include "geometrywidget.h"
#include "ui_geometrywidget.h"
#include "porting.h"
QMap<Geometry::Format, QString> Geometry::geometryIdNameMap;

View File

@ -1,5 +0,0 @@
#ifdef Q_OS_WIN
#define sscanf sscanf_s
#define snprintf _snprintf_s
#endif