src/basics.h

changeset 1332
1fffb24d4ffe
parent 1328
d68d1ce89d05
child 1333
ebcb0335d467
--- 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;
 

mercurial