From 83f50e3f2118746232f7fe115805ee967c1ffcee Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 27 Jun 2012 23:53:28 +0100 Subject: ditch slightly suboptimal C2S define Change-Id: I51abdf8539801f6d93cdc1a21a7e0e1a3d5ef785 --- starmath/inc/utility.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'starmath/inc/utility.hxx') diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx index 9d4f2ed6fa55..34ca97c56874 100644 --- a/starmath/inc/utility.hxx +++ b/starmath/inc/utility.hxx @@ -38,9 +38,6 @@ class String; -#define C2S(cChar) String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM(cChar)) - - ///////////////////////////////////////////////////////////////// inline long SmPtsTo100th_mm(long nNumPts) -- cgit