summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@redhat.com>2008-10-31 17:05:40 +1030
committerPeter Hutterer <peter.hutterer@redhat.com>2008-10-31 18:26:18 +1030
commit971aef64416058665bc903fee39fea1619cd3727 (patch)
treea04fdac1151957d9ac1b70bddbc50a1f2ab83aba /include
parent3c3a47d0f5ce7fb9548a3eefee9e72488d3ac279 (diff)
dix: FreeDeviceClass() and friends can be static.
Diffstat (limited to 'include')
-rw-r--r--include/input.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/input.h b/include/input.h
index 408d9dafd..bf63f4bd0 100644
--- a/include/input.h
+++ b/include/input.h
@@ -523,9 +523,6 @@ extern int AllocMasterDevice(ClientPtr client,
extern void DeepCopyDeviceClasses(DeviceIntPtr from,
DeviceIntPtr to);
-extern void FreeDeviceClass(int type, pointer* class);
-extern void FreeFeedbackClass(int type, pointer* class);
-extern void FreeAllDeviceClasses(ClassesPtr classes);
extern int EnterLeaveSemaphoresIsset(WindowPtr win);
extern int FocusSemaphoresIsset(WindowPtr win);