diff options
Diffstat (limited to 'graphics/inventor/files/patch-SoText3V2.c++')
-rw-r--r-- | graphics/inventor/files/patch-SoText3V2.c++ | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/inventor/files/patch-SoText3V2.c++ b/graphics/inventor/files/patch-SoText3V2.c++ deleted file mode 100644 index 2610652afe5c..000000000000 --- a/graphics/inventor/files/patch-SoText3V2.c++ +++ /dev/null @@ -1,30 +0,0 @@ -*** apps/converters/ivdowngrade/SoText3V2.c++.orig Thu Jan 2 20:38:57 2003 ---- apps/converters/ivdowngrade/SoText3V2.c++ Thu Jan 2 20:39:28 2003 -*************** -*** 50,55 **** ---- 50,57 ---- - */ - - #include <Inventor/actions/SoWriteAction.h> -+ #include <Inventor/errors/SoDebugError.h> -+ - #include "SoText3V2.h" - - char* convToAscii(const SbString& str); -*************** -*** 150,156 **** - } - } - #ifdef DEBUG -! if (trunc) SoDebugWarning::post("SoText3V2", - "Note that conversion modified an international text string"); - #endif /*DEBUG*/ - return newStr; ---- 152,158 ---- - } - } - #ifdef DEBUG -! if (trunc) SoDebugError::post("SoText3V2", - "Note that conversion modified an international text string"); - #endif /*DEBUG*/ - return newStr; |