summaryrefslogtreecommitdiff
path: root/src/os_mac.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-14 20:31:44 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-14 20:31:44 +0200
commit66bd1c9b543a2310176181cc673e32bbfae112e8 (patch)
tree4f3ea9aed660aa451724bd1e3ac0128a0a2c0959 /src/os_mac.h
parent1a38442dbc01e511c29e19faa2ee9a8527151887 (diff)
downloadvim-git-66bd1c9b543a2310176181cc673e32bbfae112e8.tar.gz
Remove obsolete Mac code.
Diffstat (limited to 'src/os_mac.h')
-rw-r--r--src/os_mac.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/os_mac.h b/src/os_mac.h
index 05b572dea..cf575dd17 100644
--- 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