aboutsummaryrefslogtreecommitdiff
path: root/src/IO/IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/IO/IO.h')
-rw-r--r--src/IO/IO.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/IO/IO.h b/src/IO/IO.h
index b75488c2..806387a0 100644
--- a/src/IO/IO.h
+++ b/src/IO/IO.h
@@ -14,12 +14,6 @@
#define IOAbort 3
/*
- * IO Flags
- */
-#define IOFlag_ForceClose (1 << 1)
-#define IOFlag_SingleWrite (1 << 2)
-
-/*
* IO constants
*/
#define IOBufLen 8192