diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-11-04 21:21:29 +0200 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-11-08 15:29:15 +0200 |
commit | 844090a5b557705dd0adce2b7ed98813b5104d85 (patch) | |
tree | 7a0fef08fc906721017742361c6aef7914f1e22f | |
parent | 61b570d0c1eb448f0aa08b4598118f0d43bc7345 (diff) |
xfree86/xf86misc: warning fixes
-rw-r--r-- | hw/xfree86/common/xf86MiscExt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/common/xf86MiscExt.c b/hw/xfree86/common/xf86MiscExt.c index 375226a83..652428489 100644 --- a/hw/xfree86/common/xf86MiscExt.c +++ b/hw/xfree86/common/xf86MiscExt.c @@ -247,7 +247,6 @@ _X_EXPORT Bool MiscExtSetMouseDevice(pointer mouse, char* device) { mseParamsPtr mse = mouse; - mse->device = device; return TRUE; @@ -256,9 +255,6 @@ MiscExtSetMouseDevice(pointer mouse, char* device) _X_EXPORT Bool MiscExtGetKbdSettings(pointer *kbd) { - kbdParamsPtr kbdptr; - InputInfoPtr pInfo; - DEBUG_P("MiscExtGetKbdSettings"); return FALSE; |