From 3c3997f050382c9c31cbf22d9aa65288d6ad2a3e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 2 Mar 2011 05:05:12 +0000 Subject: replace references to old arithb library --- source/blender/blenlib/BLI_blenlib.h | 4 ---- source/blender/blenlib/BLI_winstuff.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/BLI_blenlib.h b/source/blender/blenlib/BLI_blenlib.h index 59d5b5cdef8..ba5d04f3021 100644 --- a/source/blender/blenlib/BLI_blenlib.h +++ b/source/blender/blenlib/BLI_blenlib.h @@ -50,10 +50,6 @@ * platform dependencies. (There are other platform-dependent * fixes as well.) * - The file i/o has some redundant code. It should be cleaned. - * - arithb.c is a very messy matrix library. We need a better - * solution. - * - vectorops.c is close to superfluous. It may disappear in the - * near future. * * \subsection dependencies Dependencies * diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h index 0248a6a6b4d..957e5fd0b78 100644 --- a/source/blender/blenlib/BLI_winstuff.h +++ b/source/blender/blenlib/BLI_winstuff.h @@ -75,7 +75,7 @@ #undef small -// These definitions are also in arithb for simplicity +// These definitions are also in BLI_math for simplicity #ifdef __cplusplus extern "C" { -- cgit v1.2.3