1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 21:38:00 +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:
Carlos R. Mafra
2010-04-14 11:01:14 +02:00
parent 4041278f48
commit 0350b8445a
14 changed files with 3 additions and 70 deletions

View File

@@ -41,11 +41,8 @@
#include "funcs.h"
/****** Global Variables ******/
extern WPreferences wPreferences;
extern int wScreenCount;
int showCrashDialog(int sig)
{
int crashAction;