summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-30 16:47:13 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-30 16:47:13 +0000
commita7b7247cc8911315ae5dbcf1a3beff899fb17725 (patch)
tree1cc20a4bd763bac53ce22ddfa56d14e767b753a1
parentb84215b2e12f95150537e38c403de3ba835f4d6c (diff)
xfree86 merge
-rw-r--r--include/colormap.h41
-rw-r--r--include/os.h6
2 files changed, 0 insertions, 47 deletions
diff --git a/include/colormap.h b/include/colormap.h
index 0979912..561e5fa 100644
--- a/include/colormap.h
+++ b/include/colormap.h
@@ -199,47 +199,6 @@ extern Bool InitColors(
void
);
-extern void ReleaseCmap(
-#if NeedFunctionPrototypes
- ClientPtr /* client */,
- ColormapPtr /* pmap */
-#endif
-);
-
-extern int CreateColormap(
-#if NeedFunctionPrototypes
- ClientPtr /*client*/,
- Colormap /*cmap*/,
- VisualID /*visual*/
-#endif
-);
-
-extern int FreeColormap(
-#if NeedFunctionPrototypes
- ClientPtr /*client*/,
- Colormap /*cmap*/
-#endif
-);
-
-extern int CreateVisual(
-#if NeedFunctionPrototypes
- int /*depth*/,
- xVisualType * /*vis*/
-#endif
-);
-
-extern LbxVisualPtr GetVisual(
-#if NeedFunctionPrototypes
- VisualID /*vid*/
-#endif
-);
-
-extern Bool InitColors(
-#if NeedFunctionPrototypes
- void
-#endif
-);
-
extern RGBEntryPtr FindColorName(
XServerPtr /*server*/,
char * /*name*/,
diff --git a/include/os.h b/include/os.h
index 1800eef..2dca444 100644
--- a/include/os.h
+++ b/include/os.h
@@ -67,12 +67,6 @@ extern void CloseServerSockets(
void
);
-extern void CloseServerSockets(
-#if NeedFunctionPrototypes
- void
-#endif
-);
-
extern void CreateWellKnownSockets(
void
);