summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-10-31 08:48:01 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-10-31 08:48:01 -0700
commit6643cec91903174a96fdbd0aff73a71fde05682b (patch)
treeda2dd79707acb19d25e6c79379a885103c11d40c
parentafd966663eb3740f8f057cb6a9a96621adc7187e (diff)
downloadsdl_ios-6643cec91903174a96fdbd0aff73a71fde05682b.tar.gz
removed double set property in initializer.
-rw-r--r--SmartDeviceLink/SDLRegisterAppInterface.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLRegisterAppInterface.m b/SmartDeviceLink/SDLRegisterAppInterface.m
index daef3106d..ee1bfb8ad 100644
--- a/SmartDeviceLink/SDLRegisterAppInterface.m
+++ b/SmartDeviceLink/SDLRegisterAppInterface.m
@@ -57,7 +57,6 @@
self.languageDesired = languageDesired;
self.hmiDisplayLanguageDesired = hmiDisplayLanguageDesired;
self.isMediaApplication = @(isMediaApp);
- self.ngnMediaScreenAppName = appName;
self.ttsName = [ttsName copy];
self.vrSynonyms = [vrSynonyms copy];
self.syncMsgVersion = [[SDLSyncMsgVersion alloc] initWithMajorVersion:1 minorVersion:0];