summaryrefslogtreecommitdiff
path: root/fluid/fluid.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-12-27 20:56:02 -0500
committerMatthias Melcher <github@matthiasm.com>2024-12-27 20:56:10 -0500
commit050cbabdfe2fdbd1337736f017456012e2437b2d (patch)
tree21efed95ef5368e67a7a6377ab0a3a2f936e4426 /fluid/fluid.h
parent2100655a1b55d1c77932b649b758f2eab1107fcb (diff)
Fluid: Rename Stratgy constants to comply with CMP.
Capitalized constants. Added flag to indicate creation by user or file. Removed global variable 'reading_file'.
Diffstat (limited to 'fluid/fluid.h')
-rw-r--r--fluid/fluid.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fluid/fluid.h b/fluid/fluid.h
index 2f92a6e11..7ed488a4a 100644
--- a/fluid/fluid.h
+++ b/fluid/fluid.h
@@ -65,8 +65,6 @@ extern int G_use_external_editor;
extern int G_debug;
extern char G_external_editor_command[512];
-extern int reading_file;
-
// File history info...
extern char absolute_history[10][FL_PATH_MAX];
extern char relative_history[10][FL_PATH_MAX];