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/pgtkselect.c | |
parent | 1f4a0828cc3fb93914d2ac12bb93013864730bd9 (diff) | |
download | emacs-c6ea0772ec1878d3d894e8b370f1272f88a97ea3.tar.gz |
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.c')
-rw-r--r-- | src/pgtkselect.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pgtkselect.c b/src/pgtkselect.c index 2f4a872a05b..4c87aaa7ea6 100644 --- a/src/pgtkselect.c +++ b/src/pgtkselect.c @@ -492,12 +492,6 @@ frame's display, or the first available display. */) return Qnil; } - -void -nxatoms_of_pgtkselect (void) -{ -} - void syms_of_pgtkselect (void) { |