aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkselect.h
diff options
context:
space:
mode:
authorPo Lu2022-04-07 11:44:59 +0800
committerPo Lu2022-04-07 11:44:59 +0800
commitc6ea0772ec1878d3d894e8b370f1272f88a97ea3 (patch)
tree88cb063c8e1641acbb77df93ec442852ec17776a /src/pgtkselect.h
parent1f4a0828cc3fb93914d2ac12bb93013864730bd9 (diff)
downloademacs-c6ea0772ec1878d3d894e8b370f1272f88a97ea3.tar.gz
emacs-c6ea0772ec1878d3d894e8b370f1272f88a97ea3.zip
Remove more code mindlessly copied from NS
* src/pgtkfns.c (Fx_open_connection): * src/pgtkselect.c (nxatoms_of_pgtkselect): * src/pgtkselect.h: * src/pgtkterm.h: Delete `nxatoms_of_pgtkselect'.
Diffstat (limited to 'src/pgtkselect.h')
-rw-r--r--src/pgtkselect.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pgtkselect.h b/src/pgtkselect.h
index 0509c83bdec..fd9910b2d18 100644
--- a/src/pgtkselect.h
+++ b/src/pgtkselect.h
@@ -26,8 +26,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
26#include <gtk/gtk.h> 26#include <gtk/gtk.h>
27 27
28extern void pgtk_selection_init (void); 28extern void pgtk_selection_init (void);
29extern void pgtk_selection_lost (GtkWidget * widget, 29extern void pgtk_selection_lost (GtkWidget *, GdkEventSelection *, gpointer);
30 GdkEventSelection * event,
31 gpointer user_data);
32 30
33#endif /* HAVE_PGTK */ 31#endif /* HAVE_PGTK */