Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UNIX/x11misc.h')
-rw-r--r--UNIX/x11misc.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/UNIX/x11misc.h b/UNIX/x11misc.h
index 159d4226..5f5a2d26 100644
--- a/UNIX/x11misc.h
+++ b/UNIX/x11misc.h
@@ -7,14 +7,8 @@
#ifndef NOT_X_WINDOWS
-/*
- * x11misc.c.
- */
+/* Defined in unix/utils */
void x11_ignore_error(Display *disp, unsigned char errcode);
-
-/*
- * gtkmisc.c
- */
Display *get_x11_display(void);
#endif