remove unused macros

This commit is contained in:
Thomas Arnhold
2012-01-19 17:41:57 +01:00
parent 4229f1b186
commit 3e7151db8d

View File

@@ -36,13 +36,6 @@ class ResMgr;
//.........................................................................
namespace formula
{
#define FORMULA_RES( id ) ResourceManager::loadString( id )
#define FORMULA_RES_PARAM( id, ascii, replace ) ResourceManager::loadString( id, ascii, replace )
#define FORMULACORE_RESSTRING( id ) FORMULA_RES( id )
// (compatibility)
//==================================================================
//= ResourceManager
//= handling ressources within the FORMULA-Core library