From 1d510d40bc03823c33e2a03427112dff3a69fc8d Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 24 Sep 2011 13:29:42 +0000 Subject: [PATCH] Remove unused vars. I think there are others since the IO_Context introduction ? git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1825 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/global.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/global.h b/src/global.h index 220abbf9..133972af 100644 --- a/src/global.h +++ b/src/global.h @@ -300,10 +300,6 @@ GFX2_GLOBAL short Main_image_height; GFX2_GLOBAL short Main_offset_X; /// Y position (in image space) of the pixel to display in the top left corner of screen. GFX2_GLOBAL short Main_offset_Y; -/// Name of the directory that holds the image currently edited. -GFX2_GLOBAL char Main_file_directory[1024]; -/// Filename (without directory) of the image currently edited. -GFX2_GLOBAL char Main_filename[256]; /// File format of the image currently edited. It's a value of enum ::FILE_FORMATS GFX2_GLOBAL byte Main_fileformat; ///