From 050cbabdfe2fdbd1337736f017456012e2437b2d Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 27 Dec 2024 20:56:02 -0500 Subject: Fluid: Rename Stratgy constants to comply with CMP. Capitalized constants. Added flag to indicate creation by user or file. Removed global variable 'reading_file'. --- fluid/fluid.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'fluid/fluid.h') 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]; -- cgit v1.2.3