diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-11-04 21:29:05 +0200 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-11-08 15:29:15 +0200 |
commit | 51813d77bfb84609a58a98e678efe9b6c0bf5503 (patch) | |
tree | 81acca68772a27e8e35162c19cef8c9a4c5f4f73 /dix | |
parent | 844090a5b557705dd0adce2b7ed98813b5104d85 (diff) |
dix: remove unused variable
Diffstat (limited to 'dix')
-rw-r--r-- | dix/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/main.c b/dix/main.c index 81350cc21..203773a7c 100644 --- a/dix/main.c +++ b/dix/main.c @@ -249,7 +249,6 @@ main(int argc, char *argv[], char *envp[]) int i, j, k, error; char *xauthfile; HWEventQueueType alwaysCheckForInput[2]; - CursorMetricRec cm; display = "0"; |