summary refs log tree commit diff
path: root/term.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-08-13 12:40:16 -0400
committerJune McEnroe <june@causal.agency>2019-08-13 12:40:16 -0400
commit8dcd82f193500659f5edb949d069278282a85795 (patch)
treef07543b3ccad6ca814d0cc6484c0b66c671af48f /term.h
parentAvoid inserting or deleting 0 (diff)
downloadstream-8dcd82f193500659f5edb949d069278282a85795.tar.gz
stream-8dcd82f193500659f5edb949d069278282a85795.zip
Add minimums of 1 to some parameters
Diffstat (limited to 'term.h')
-rw-r--r--term.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/term.h b/term.h
index 2bc4dcb..b4a96af 100644
--- a/term.h
+++ b/term.h
@@ -17,8 +17,6 @@
 #include <stdbool.h>
 #include <wchar.h>
 
-#define MIN(a, b) ((a) < (b) ? (a) : (b))
-
 typedef unsigned uint;
 
 enum {