GUI skins and fileselectors: cleaned up a little
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@886 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
11
global.h
11
global.h
@@ -881,17 +881,6 @@ GFX2_GLOBAL struct
|
||||
Func_action Action; ///< Function to call
|
||||
} Operation[NB_OPERATIONS][3][OPERATION_STACK_SIZE];
|
||||
|
||||
// -- Fileselector data
|
||||
|
||||
/// Number of elements in the current fileselector's ::Filelist
|
||||
GFX2_GLOBAL short Filelist_nb_elements;
|
||||
/// Number of files in the current fileselector's ::Filelist
|
||||
GFX2_GLOBAL short Filelist_nb_files;
|
||||
/// Number of directories in the current fileselector's ::Filelist
|
||||
GFX2_GLOBAL short Filelist_nb_directories;
|
||||
/// Head of the linked list for the fileselector.
|
||||
GFX2_GLOBAL T_Fileselector_item * Filelist;
|
||||
|
||||
// -- misc
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user