diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-03-01 16:18:18 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-03-01 19:49:24 +0200 |
commit | 3d642905477f4b1ec3223f1fbe0d0d37e959ec81 (patch) | |
tree | d158aa13c19be80495f92cf9979c3703e71ade2a /randr/rrscreen.c | |
parent | e7a6f79754816976d92857d55840262cccff80a6 (diff) |
clean some "unused" warnings
Diffstat (limited to 'randr/rrscreen.c')
-rw-r--r-- | randr/rrscreen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/randr/rrscreen.c b/randr/rrscreen.c index 811a5571b..f39197337 100644 --- a/randr/rrscreen.c +++ b/randr/rrscreen.c @@ -731,7 +731,6 @@ ProcRRSetScreenConfig (ClientPtr client) int n, rc; ScreenPtr pScreen; rrScrPrivPtr pScrPriv; - TimeStamp configTime; TimeStamp time; int i; Rotation rotation; |