From 01f9b34abec653aa445cc00788a35f646849b07f Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 4 Sep 2009 16:41:46 +0000 Subject: [PATCH] * remove mtio.h - no magnetic tape support has been coded. Helps compilation on osx10.6. --- source/blender/blenlib/intern/storage.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/blender/blenlib/intern/storage.c b/source/blender/blenlib/intern/storage.c index e6e37c58805..7cbef85b938 100644 --- a/source/blender/blenlib/intern/storage.c +++ b/source/blender/blenlib/intern/storage.c @@ -70,9 +70,6 @@ #include -#if !defined(WIN32) -#include /* tape comando's */ -#endif #include /* strcpy etc.. */ #ifndef WIN32