summaryrefslogtreecommitdiff
path: root/xc
diff options
context:
space:
mode:
authorfaith <faith>2002-04-19 02:59:32 +0000
committerfaith <faith>2002-04-19 02:59:32 +0000
commit0766149b557cce90e870ff8f2ba158d880443126 (patch)
tree63f17139779a1b7df63f1eab2168cf3843e32e5f /xc
parent1c404a0f3c98b5473a7a9f1002ec3abf90a44945 (diff)
Remove unneeded file
Diffstat (limited to 'xc')
-rw-r--r--xc/programs/Xserver/hw/dmx/dmxpriv.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/xc/programs/Xserver/hw/dmx/dmxpriv.h b/xc/programs/Xserver/hw/dmx/dmxpriv.h
deleted file mode 100644
index 3790a45f2..000000000
--- a/xc/programs/Xserver/hw/dmx/dmxpriv.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/* $XFree86$ */
-/*
- * Copyright 2001 Red Hat Inc., Durham, North Carolina.
- *
- * All Rights Reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining
- * a copy of this software and associated documentation files (the
- * "Software"), to deal in the Software without restriction, including
- * without limitation on the rights to use, copy, modify, merge,
- * publish, distribute, sublicense, and/or sell copies of the Software,
- * and to permit persons to whom the Software is furnished to do so,
- * subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the
- * next paragraph) shall be included in all copies or substantial
- * portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
- * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
- * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
- */
-
-/*
- * Authors:
- * Rickard E. (Rik) Faith <faith@redhat.com>
- */
-
-#ifndef DMXPRIV_H
-#define DMXPRIV_H
-
-extern void dmxAllocateScreenPrivIndex(void);
-extern void dmxSetScreenPriv(ScreenPtr pScreen, pointer ptr);
-extern pointer dmxGetScreenPriv(ScreenPtr pScreen);
-
-#endif /* DMXPRIV_H */