From 250bd08f99efd93276cd9442037fdc497e88efd9 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 14 May 2011 22:59:16 -0500 Subject: [PATCH] pedantic changes --- src/ModIcon.cpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/ModIcon.cpp b/src/ModIcon.cpp index 9dcf9dd929..6d359046e7 100644 --- a/src/ModIcon.cpp +++ b/src/ModIcon.cpp @@ -39,6 +39,7 @@ void ModIcon::Load( RString sMetricsGroup ) this->AddChild( &m_text ); CROP_TEXT_TO_WIDTH.Load( sMetricsGroup, "CropTextToWidth" ); + // stop words STOP_WORDS.Load( sMetricsGroup, "StopWords" ); m_vStopWords.empty(); @@ -51,18 +52,6 @@ void ModIcon::Set( const RString &_sText ) { RString sText = _sText; - // todo: make these metricable -aj - /* - static const RString sStopWords[] = - { - "1X", - "DEFAULT", - "OVERHEAD", - "OFF", - }; - */ - - //for( unsigned i=0; i