Remove unused vconf 78/37578/1 accepted/tizen/common/20150402.172820 accepted/tizen/mobile/20150401.133236 accepted/tizen/tv/20150401.003247 accepted/tizen/wearable/20150401.003323 submit/tizen/20150331.022647 submit/tizen_common/20150402.012808 submit/tizen_tv/20150331.104812 submit/tizen_wearable/20150331.104820
authorSangkoo Kim <sangkoo.kim@samsung.com>
Tue, 31 Mar 2015 09:59:30 +0000 (18:59 +0900)
committerSangkoo Kim <sangkoo.kim@samsung.com>
Tue, 31 Mar 2015 09:59:30 +0000 (18:59 +0900)
Change-Id: I94fda9b22e0153f32017c0943400834e4c43cb01
Signed-off-by: Sangkoo Kim <sangkoo.kim@samsung.com>
plugin/mms_plugin/MmsPluginUserAgent.cpp

index 29dabfe..7ceba7a 100755 (executable)
@@ -352,7 +352,8 @@ void MmsPluginUaManager::run()
                                if(strcasestr(buf.machine, "emulated")) {
                                        MSG_DEBUG("Running on Emulator mode.");
 
-                                       int mmsResult = MsgSettingGetInt(VCONFKEY_TELEPHONY_MMS_SENT_STATUS);
+//                                     int mmsResult = MsgSettingGetInt(VCONFKEY_TELEPHONY_MMS_SENT_STATUS);
+                                       int mmsResult = 0;
 
                                        MSG_DEBUG("MMS result has to be [%d]", mmsResult);