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.h | |
| 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.h')
| -rw-r--r-- | src/pgtkselect.h | 4 |
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 | ||
| 28 | extern void pgtk_selection_init (void); | 28 | extern void pgtk_selection_init (void); |
| 29 | extern void pgtk_selection_lost (GtkWidget * widget, | 29 | extern void pgtk_selection_lost (GtkWidget *, GdkEventSelection *, gpointer); |
| 30 | GdkEventSelection * event, | ||
| 31 | gpointer user_data); | ||
| 32 | 30 | ||
| 33 | #endif /* HAVE_PGTK */ | 31 | #endif /* HAVE_PGTK */ |