]> git.sesse.net Git - kdenlive/blobdiff - src/onmonitoritems/rotoscoping/graphicsgems.h
Remove obsolete TRUE and FALSE definitions [krazy 2/37] by Mikko Rapeli
[kdenlive] / src / onmonitoritems / rotoscoping / graphicsgems.h
index 88ec988c41c80d415114381bf2848ae6d286fb09..b9606d022d446b8022f85f58075426b600dd7176 100644 (file)
@@ -130,14 +130,6 @@ if (!(x)) fprintf(stderr," Assert failed: x\n");
 /* booleans */
 /************/
 
-#ifndef TRUE
-#define TRUE            1
-#endif
-
-#ifndef FALSE
-#define FALSE           0
-#endif
-
 #define ON              1
 #define OFF             0
 typedef int boolean;                    /* boolean data type */