diff options
| author | Po Lu | 2022-04-07 11:44:59 +0800 |
|---|---|---|
| committer | Po Lu | 2022-04-07 11:44:59 +0800 |
| commit | c6ea0772ec1878d3d894e8b370f1272f88a97ea3 (patch) | |
| tree | 88cb063c8e1641acbb77df93ec442852ec17776a /src/pgtkselect.c | |
| parent | 1f4a0828cc3fb93914d2ac12bb93013864730bd9 (diff) | |
| download | emacs-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.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. */) | |||
| 492 | return Qnil; | 492 | return Qnil; |
| 493 | } | 493 | } |
| 494 | 494 | ||
| 495 | |||
| 496 | void | ||
| 497 | nxatoms_of_pgtkselect (void) | ||
| 498 | { | ||
| 499 | } | ||
| 500 | |||
| 501 | void | 495 | void |
| 502 | syms_of_pgtkselect (void) | 496 | syms_of_pgtkselect (void) |
| 503 | { | 497 | { |