mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Remove unneeded extern's in .c files
They were not being used in those files, so let's remove them.
This commit is contained in:
10
src/dock.c
10
src/dock.c
@@ -63,21 +63,13 @@
|
||||
|
||||
/* in dockedapp.c */
|
||||
extern void DestroyDockAppSettingsPanel();
|
||||
|
||||
extern void ShowDockAppSettingsPanel(WAppIcon * aicon);
|
||||
|
||||
extern XContext wWinContext;
|
||||
|
||||
extern Cursor wCursor[WCUR_LAST];
|
||||
|
||||
extern WPreferences wPreferences;
|
||||
|
||||
extern XContext wWinContext;
|
||||
extern void appIconMouseDown(WObjDescriptor *desc, XEvent *event);
|
||||
|
||||
#define MOD_MASK wPreferences.modifier_mask
|
||||
|
||||
extern void appIconMouseDown(WObjDescriptor * desc, XEvent * event);
|
||||
|
||||
#define ICON_SIZE wPreferences.icon_size
|
||||
|
||||
/***** Local variables ****/
|
||||
|
||||
Reference in New Issue
Block a user