aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/env_universal_common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-08-11 01:00:05 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-08-11 01:00:05 -0700
commit871a8223794ebbf975944923dc47a75fabd147d3 (patch)
treeb8754f4d871829a3c7942619807ce8af8c633f07 /src/env_universal_common.h
parentb9b6b6108e53e3b5ea09b78c334b16fa0e4ac8a9 (diff)
Remove some dead #defines
Diffstat (limited to 'src/env_universal_common.h')
-rw-r--r--src/env_universal_common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/env_universal_common.h b/src/env_universal_common.h
index 7aca60df..203f952b 100644
--- a/src/env_universal_common.h
+++ b/src/env_universal_common.h
@@ -21,11 +21,6 @@ typedef enum
} fish_message_type_t;
/**
- The size of the buffer used for reading from the file
-*/
-#define ENV_UNIVERSAL_BUFFER_SIZE 1024
-
-/**
Callback data, reflecting a change in universal variables
*/
struct callback_data_t