diff options
author | Julien Cristau <jcristau@debian.org> | 2008-10-26 11:38:44 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-10-26 11:44:57 +0100 |
commit | 30a7a06a9e91a91b8517f67897831c1407713e57 (patch) | |
tree | 49c169b1695e23d0110ad64d0ee0bad04b8100d2 /mi | |
parent | 5244690a5e0285b6243ee1f28ae6c8287a32b73d (diff) |
Nuke prototype for nonexistent function
miDoInitVisuals was removed in commit
94825ad3c72a1c3f6a61199c302841f63241cf87, but its prototype was left.
Diffstat (limited to 'mi')
-rw-r--r-- | mi/micmap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mi/micmap.c b/mi/micmap.c index 2d43e012c..b92ddece5 100644 --- a/mi/micmap.c +++ b/mi/micmap.c @@ -48,10 +48,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. _X_EXPORT ColormapPtr miInstalledMaps[MAXSCREENS]; -static Bool miDoInitVisuals(VisualPtr *visualp, DepthPtr *depthp, int *nvisualp, - int *ndepthp, int *rootDepthp, VisualID *defaultVisp, - unsigned long sizes, int bitsPerRGB, int preferredVis); - _X_EXPORT int miListInstalledColormaps(ScreenPtr pScreen, Colormap *pmaps) { |