summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-11-29 16:18:30 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-11-29 16:18:30 -0800
commit9b9b840280e1cc4c3a0c0773f341aaad5a74d0c3 (patch)
treecdf9a26db98bd3cf9f870270be520b6c4e929967
parent60784b3cdb79db6074161290c586928bca6bb23c (diff)
Cruft removal
Remove unused #define left over from using Xcup.c as a template Remove non-ANSI function declaration
-rw-r--r--src/Xevie.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Xevie.c b/src/Xevie.c
index ce87238..6a7c9c9 100644
--- a/src/Xevie.c
+++ b/src/Xevie.c
@@ -112,19 +112,9 @@ XevieQueryVersion(dpy, major_version_return, minor_version_return)
return True;
}
-/* Win32 reserves 20 colormap entries for its desktop */
-#ifndef TYP_RESERVED_ENTRIES
-#define TYP_RESERVED_ENTRIES 20
-#endif
-
Status
-#if NeedFunctionPrototypes
XevieStart(
Display* dpy)
-#else
-XevieStart(dpy)
- Display* dpy;
-#endif
{
XExtDisplayInfo *info = find_display (dpy);
xXevieStartReply rep;