mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-02 15:28:07 +02:00
kdrive: Remove unused kdNoopOps external variable declaration
Reviewed-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
parent
aa6e0936be
commit
9437504b21
1 changed files with 0 additions and 3 deletions
|
|
@ -359,9 +359,6 @@ extern KdOsFuncs *kdOsFuncs;
|
|||
dixSetPrivate(&(pScreen)->devPrivates, kdScreenPrivateKey, v)
|
||||
#define KdScreenPriv(pScreen) KdPrivScreenPtr pScreenPriv = KdGetScreenPriv(pScreen)
|
||||
|
||||
/* knoop.c */
|
||||
extern GCOps kdNoopOps;
|
||||
|
||||
/* kcmap.c */
|
||||
void
|
||||
KdSetColormap (ScreenPtr pScreen);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue