diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-08 09:43:44 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-08 09:43:44 -0700 |
commit | 494895e0fbbf0a71bc535c0a2358c9db54c95c5a (patch) | |
tree | 8ea686e68888a8264ca613bafb7428a574b5ad4b /os | |
parent | d90eecf40ea768b2bf6340f15bb0af9dab2f3cf3 (diff) |
Properly define dispatchExceptionAtReset to fix compiler warnings
Diffstat (limited to 'os')
-rw-r--r-- | os/utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/utils.c b/os/utils.c index bfbc367c5..8655c3e49 100644 --- a/os/utils.c +++ b/os/utils.c @@ -287,8 +287,6 @@ int userdefinedfontpath = 0; char *dev_tty_from_init = NULL; /* since we need to parse it anyway */ -extern char dispatchExceptionAtReset; - /* Extension enable/disable in miinitext.c */ extern Bool EnableDisableExtension(char *name, Bool enable); extern void EnableDisableExtensionError(char *name, Bool enable); |