diff options
| author | Dan Nicolaescu | 2007-08-29 15:31:23 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-08-29 15:31:23 +0000 |
| commit | 7196c97057ede717b8fd8b4d6ba6c223bbadd54a (patch) | |
| tree | 617ea16c1f43aa7ce3e0d21f0079f3301c465b31 /src | |
| parent | fe6b2fd06fa13b83130d78a04e77e625cc3b65e9 (diff) | |
| download | emacs-7196c97057ede717b8fd8b4d6ba6c223bbadd54a.tar.gz emacs-7196c97057ede717b8fd8b4d6ba6c223bbadd54a.zip | |
(mac_initialize): Delete declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 1 | ||||
| -rw-r--r-- | src/macterm.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8fda42bb347..eb3c1feaa71 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -35,6 +35,7 @@ | |||
| 35 | (mac_create_terminal): ... to this new function. | 35 | (mac_create_terminal): ... to this new function. |
| 36 | 36 | ||
| 37 | * macterm.h (struct mac_display_info): Add terminal. | 37 | * macterm.h (struct mac_display_info): Add terminal. |
| 38 | (mac_initialize): Delete declaration. | ||
| 38 | 39 | ||
| 39 | * puresize.h (BASE_PURESIZE): Increase base value to 1164000. | 40 | * puresize.h (BASE_PURESIZE): Increase base value to 1164000. |
| 40 | 41 | ||
diff --git a/src/macterm.h b/src/macterm.h index 9df9b1abcdb..f319adeb659 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -636,7 +636,6 @@ extern void x_free_frame_resources P_ ((struct frame *)); | |||
| 636 | extern void x_destroy_window P_ ((struct frame *)); | 636 | extern void x_destroy_window P_ ((struct frame *)); |
| 637 | extern void x_wm_set_size_hint P_ ((struct frame *, long, int)); | 637 | extern void x_wm_set_size_hint P_ ((struct frame *, long, int)); |
| 638 | extern void x_delete_display P_ ((struct x_display_info *)); | 638 | extern void x_delete_display P_ ((struct x_display_info *)); |
| 639 | extern void mac_initialize P_ ((void)); | ||
| 640 | extern Pixmap XCreatePixmap P_ ((Display *, WindowRef, unsigned int, | 639 | extern Pixmap XCreatePixmap P_ ((Display *, WindowRef, unsigned int, |
| 641 | unsigned int, unsigned int)); | 640 | unsigned int, unsigned int)); |
| 642 | extern Pixmap XCreatePixmapFromBitmapData P_ ((Display *, WindowRef, char *, | 641 | extern Pixmap XCreatePixmapFromBitmapData P_ ((Display *, WindowRef, char *, |