diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-08-07 23:43:40 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-08-07 23:43:40 +0300 |
commit | 12dbd8a02f797ad57a1be683a02a1fcb1ca35438 (patch) | |
tree | 539c1b7634ac8e7ceccaffeef3de0bd51a7bdec0 /dix/globals.c | |
parent | f54b71b772a1f587394ae3968782b611e52f0e2d (diff) |
remove optional R3 backwards compatibility
Remove the permitOldBugs flag, which enabled backwards compatbility with
broken R2/R3 era clients.
Diffstat (limited to 'dix/globals.c')
-rw-r--r-- | dix/globals.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dix/globals.c b/dix/globals.c index 19721062c..5b854aabc 100644 --- a/dix/globals.c +++ b/dix/globals.c @@ -148,12 +148,6 @@ ClientPtr requestingClient; /* XXX this should be obsolete now, remove? */ _X_EXPORT TimeStamp currentTime; _X_EXPORT TimeStamp lastDeviceEventTime; -/* - * turn off some error checking, to permit old broken clients (like R2/R3 - * xterms) to work - */ -_X_EXPORT Bool permitOldBugs = FALSE; - _X_EXPORT int defaultColorVisualClass = -1; _X_EXPORT int monitorResolution = 0; |