diff src/macterm.c @ 64313:3b2fdd9aa557

(mac_window_to_frame): Remove duplicate define.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Thu, 14 Jul 2005 09:23:24 +0000
parents 0a062d2d75f3
children feba2f2d875e
line wrap: on
line diff
--- 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.  */