summaryrefslogtreecommitdiff
path: root/src/SMlibint.h
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2007-05-13 01:43:49 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2007-05-13 01:43:49 +0200
commit48d23e452780f327439a859fa941b1598eb249c8 (patch)
treecfac7a919906808166b5605135d284e38a14a0a9 /src/SMlibint.h
parent57ea148fdbf047a012b361acdc7954e70679dad3 (diff)
Removed some global writable variables.
Diffstat (limited to 'src/SMlibint.h')
-rw-r--r--src/SMlibint.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/SMlibint.h b/src/SMlibint.h
index e9fa9cd..dce55b2 100644
--- a/src/SMlibint.h
+++ b/src/SMlibint.h
@@ -499,15 +499,6 @@ struct _SmsConn {
extern int _SmcOpcode;
extern int _SmsOpcode;
-extern int _SmVersionCount;
-extern IcePoVersionRec _SmcVersions[];
-extern IcePaVersionRec _SmsVersions[];
-
-extern int _SmAuthCount;
-extern char *_SmAuthNames[];
-extern IcePoAuthProc _SmcAuthProcs[];
-extern IcePaAuthProc _SmsAuthProcs[];
-
extern SmsNewClientProc _SmsNewClientProc;
extern SmPointer _SmsNewClientData;