mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +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:
@@ -52,13 +52,8 @@
|
||||
int ignore_wks_change = 0;
|
||||
extern Time LastTimestamp;
|
||||
extern Time LastFocusChange;
|
||||
|
||||
extern Cursor wCursor[WCUR_LAST];
|
||||
|
||||
extern WPreferences wPreferences;
|
||||
|
||||
extern Atom _XA_WM_TAKE_FOCUS;
|
||||
|
||||
extern void ProcessPendingEvents();
|
||||
extern int calcIntersectionLength(int p1, int l1, int p2, int l2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user