diff src/os_mac.h @ 2315:2e6dbc2fccd4 vim73

Remove obsolete Mac code.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jul 2010 20:31:44 +0200
parents 543ea69d037f
children 04736b4030ec
line wrap: on
line diff
--- a/src/os_mac.h
+++ b/src/os_mac.h
@@ -299,15 +299,3 @@
 
 /* A Mac constant causing big problem to syntax highlighting */
 #define UNKNOWN_CREATOR '\?\?\?\?'
-
-/*
- * for debugging
- */
-#ifdef MACOS_X
-# ifdef _DEBUG
-#  define TRACE			Trace
-   void Trace(char *fmt, ...);
-# else
-#  define TRACE			1 ? (void)0 : printf
-# endif
-#endif