Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2007-05-22 14:58:30 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2007-05-22 14:58:30 +0400
commitbc2ad537ed582ae866b7d3d2277165af8ebd3fd5 (patch)
tree93139ce20b6a90df8f4d1803f4c71b28109c61f8 /source/blender/blenlib
parent9ac39d2e99f4417d7514b63a077df2e232879f00 (diff)
* remove very confusing comments. We will *not* 'fase into' MTC_*.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_arithb.h3
-rw-r--r--source/blender/blenlib/intern/arithb.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/blenlib/BLI_arithb.h b/source/blender/blenlib/BLI_arithb.h
index 2ef8d6744df..cebeff5c3e1 100644
--- a/source/blender/blenlib/BLI_arithb.h
+++ b/source/blender/blenlib/BLI_arithb.h
@@ -32,9 +32,6 @@
* Contributor(s): none yet.
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
- *
- * The old math stuff from Ton. These will slowly phase out in favour
- * of MTC calls. (or even MoTO :) )
* */
#ifndef BLI_ARITHB_H
diff --git a/source/blender/blenlib/intern/arithb.c b/source/blender/blenlib/intern/arithb.c
index 67d3b61e93e..182607740a5 100644
--- a/source/blender/blenlib/intern/arithb.c
+++ b/source/blender/blenlib/intern/arithb.c
@@ -4,9 +4,6 @@
*
* sort of cleaned up mar-01 nzc
*
- * Functions here get counterparts with MTC prefixes. Basically, we phase
- * out the calls here in favour of fully prototyped versions.
- *
* $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****