# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1121333004 0 # Node ID 3b2fdd9aa557cb8f8451345e9abeb9341f655f4e # Parent c528a58584041b22f10d6c578ff8caa4ee7a3188 (mac_window_to_frame): Remove duplicate define. diff -r c528a5858404 -r 3b2fdd9aa557 src/macterm.c --- a/src/macterm.c Thu Jul 14 09:23:12 2005 +0000 +++ b/src/macterm.c Thu Jul 14 09:23:24 2005 +0000 @@ -94,8 +94,6 @@ (NILP (Vmac_command_key_is_meta) ? optionKey : cmdKey) \ : controlKey) #define macAltKey (NILP (Vmac_command_key_is_meta) ? cmdKey : optionKey) - -#define mac_window_to_frame(wp) (((mac_output *) GetWRefCon (wp))->mFP) /* Non-nil means Emacs uses toolkit scroll bars. */