--- a/src/basics.h Sat Mar 24 13:42:34 2018 +0200 +++ b/src/basics.h Sat Mar 24 13:48:50 2018 +0200 @@ -41,15 +41,6 @@ using Self = SELF; \ using Super = SUPER; -// TODO: get rid of this -#ifdef WIN32 -# define DIRSLASH "\\" -# define DIRSLASH_CHAR '\\' -#else // WIN32 -# define DIRSLASH "/" -# define DIRSLASH_CHAR '/' -#endif // WIN32 - class LDObject; using GLRotationMatrix = QMatrix4x4;