delete unused codes
authoryanjie.hu <yanjie.hu@samsung.com>
Thu, 21 Mar 2013 08:29:44 +0000 (16:29 +0800)
committeryanjie.hu <yanjie.hu@samsung.com>
Thu, 21 Mar 2013 08:29:44 +0000 (16:29 +0800)
Change-Id: Ic0e36fac703f84b9ec27d3f6610fe7792769edd0

xmlresource/autopopup_configure_parser.cpp
xmlresource/default_configure_parser.cpp
xmlresource/label_properties_parser.cpp
xmlresource/magnifier_configure_parser.cpp
xmlresource/main_entry_parser.cpp
xmlresource/modifier_decoration_parser.cpp

index 097aed9..094ec40 100644 (file)
@@ -305,9 +305,6 @@ AutoPopupConfigParser* AutoPopupConfigParser::m_instance = NULL;
 
 AutoPopupConfigParser::AutoPopupConfigParser() {
     m_impl = new AutoPopupConfigureParserImpl;
-    if (m_impl == NULL) {
-        SCLLOG(SclLog::ERROR, "Create AutoPopupConfigParser failed");
-    }
 }
 
 AutoPopupConfigParser::~AutoPopupConfigParser() {
index 51e8783..9cfb0ad 100644 (file)
@@ -213,9 +213,6 @@ DefaultConfigParser::get_instance() {
 }
 DefaultConfigParser::DefaultConfigParser() {
     m_impl = new DefaultConfigureParserImpl;
-    if (m_impl == NULL) {
-        SCLLOG(SclLog::ERROR, "Create DefaultConfigureParserImpl failed");
-    }
 }
 
 DefaultConfigParser::~DefaultConfigParser() {
index f1a4c24..39a2f7c 100644 (file)
@@ -384,9 +384,6 @@ LabelPropertyParser* LabelPropertyParser::m_instance = NULL;
 
 LabelPropertyParser::LabelPropertyParser() {
     m_impl = new LabelPropertiesParserImpl;
-    if (m_impl == NULL) {
-        SCLLOG(SclLog::ERROR, "Create LabelPropertyParser failed");
-    }
 }
 
 LabelPropertyParser::~LabelPropertyParser() {
index 73193ff..6b66262 100644 (file)
@@ -203,9 +203,6 @@ MagnifierConfigParser* MagnifierConfigParser::m_instance = NULL;
 
 MagnifierConfigParser::MagnifierConfigParser() {
     m_impl = new MagnifierConfigureParserImpl;
-    if (m_impl == NULL) {
-        SCLLOG(SclLog::ERROR, "Create MagnifierConfigParser failed");
-    }
 }
 
 MagnifierConfigParser::~MagnifierConfigParser() {
index c02ceff..bcc854c 100644 (file)
@@ -109,10 +109,6 @@ MainEntryParser* MainEntryParser::m_instance = NULL;
 
 MainEntryParser::MainEntryParser() {
     m_impl = new MainEntryParserImpl;
-    if (m_impl == NULL) {
-        SCLLOG(SclLog::ERROR, "Create MainEntryParserImpl failed");
-        return;
-    }
 }
 
 MainEntryParser::~MainEntryParser() {
index 28a7db8..ddd9af8 100644 (file)
@@ -245,9 +245,6 @@ ModifierDecorationParser::get_instance() {
 
 ModifierDecorationParser::ModifierDecorationParser() {
     m_impl = new ModifierDecorationParserImpl;
-    if (m_impl == NULL) {
-        SCLLOG(SclLog::ERROR, "Create ModifierDecorationParser failed");
-    }
 }
 
 ModifierDecorationParser::~ModifierDecorationParser() {