summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-29 13:31:57 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-29 13:31:57 +0000
commitc568351b305ff98366c5a50f9c5f3bc9bda5f3f6 (patch)
treeaa6be8ff8c9f1201127844ed15fe390886c59d48
parent0642e99ac05afb0c90872a29ff290ffc348c4255 (diff)
downloadxorg-lib-libX11-c568351b305ff98366c5a50f9c5f3bc9bda5f3f6.tar.gz
fix bad merge
-rw-r--r--include/X11/Xutil.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/X11/Xutil.h b/include/X11/Xutil.h
index 4cc3c9da..85b299d3 100644
--- a/include/X11/Xutil.h
+++ b/include/X11/Xutil.h
@@ -684,20 +684,6 @@ extern void Xutf8SetWMProperties(
XClassHint* /* class_hints */
);
-extern void Xutf8SetWMProperties(
-#if NeedFunctionPrototypes
- Display* /* display */,
- Window /* w */,
- _Xconst char* /* window_name */,
- _Xconst char* /* icon_name */,
- char** /* argv */,
- int /* argc */,
- XSizeHints* /* normal_hints */,
- XWMHints* /* wm_hints */,
- XClassHint* /* class_hints */
-#endif
-);
-
extern void XSetWMSizeHints(
Display* /* display */,
Window /* w */,