diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/colormap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/colormap.h b/include/colormap.h index 5279998f8..14cec9b91 100644 --- a/include/colormap.h +++ b/include/colormap.h @@ -74,9 +74,6 @@ typedef CARD32 Pixel; /* moved to screenint.h: typedef struct _ColormapRec *ColormapPtr */ typedef struct _colorResource *colorResourcePtr; -extern _X_EXPORT void FakeAllocColor(ColormapPtr /*pmap */ , - xColorItem * /*item */ ); - extern _X_EXPORT void FakeFreeColor(ColormapPtr /*pmap */ , Pixel /*pixel */ ); |