diff options
author | Po Lu <luangruo@yahoo.com> | 2022-04-07 11:44:59 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-04-07 11:44:59 +0800 |
commit | c6ea0772ec1878d3d894e8b370f1272f88a97ea3 (patch) | |
tree | 88cb063c8e1641acbb77df93ec442852ec17776a /src/pgtkfns.c | |
parent | 1f4a0828cc3fb93914d2ac12bb93013864730bd9 (diff) | |
download | emacs-c6ea0772ec1878d3d894e8b370f1272f88a97ea3.tar.gz emacs-c6ea0772ec1878d3d894e8b370f1272f88a97ea3.tar.bz2 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/pgtkfns.c')
-rw-r--r-- | src/pgtkfns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pgtkfns.c b/src/pgtkfns.c index b028296720b..e6ce5e2f443 100644 --- a/src/pgtkfns.c +++ b/src/pgtkfns.c @@ -2212,7 +2212,6 @@ terminate Emacs if we can't open the connection. */) CHECK_STRING (display); - nxatoms_of_pgtkselect (); dpyinfo = pgtk_term_init (display, SSDATA (Vx_resource_name)); if (dpyinfo == 0) { |