Skip to content

Commit

Permalink
There was a reason those 3 signatures were removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Dec 13, 2023
1 parent 6861f52 commit d6bb315
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions xlib/X11/Xutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -472,13 +472,6 @@ extern Status XGetTextProperty(
Atom /* property */
);

extern XVisualInfo *XGetVisualInfo(
Display* /* display */,
long /* vinfo_mask */,
XVisualInfo* /* vinfo_template */,
int* /* nitems_return */
);

extern Status XGetWMClientMachine(
Display* /* display */,
Window /* w */,
Expand Down Expand Up @@ -636,12 +629,6 @@ extern void XSetTextProperty(
Atom /* property */
);

extern void XSetWMClientMachine(
Display* /* display */,
Window /* w */,
XTextProperty* /* text_prop */
);

extern int XSetWMHints(
Display* /* display */,
Window /* w */,
Expand Down Expand Up @@ -734,12 +721,6 @@ extern int XShrinkRegion(
int /* dy */
);

extern Status XStringListToTextProperty(
char** /* list */,
int /* count */,
XTextProperty* /* text_prop_return */
);

extern int XSubtractRegion(
Region /* sra */,
Region /* srb */,
Expand Down

0 comments on commit d6bb315

Please sign in to comment.