summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-08-08 15:12:47 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-08-08 15:12:47 -0400
commit82ea120ad5b3d0df4a0d9e074924eff000c17691 (patch)
treee14de9b5d6ca409ebc2fc767ee8007429dfa888e
parentadd0c013b767710d55dfe9509850f0e32dd13750 (diff)
downloadsdl_ios-82ea120ad5b3d0df4a0d9e074924eff000c17691.tar.gz
undoing things
-rw-r--r--Example Apps/Example ObjC/ProxyManager.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/Example Apps/Example ObjC/ProxyManager.m b/Example Apps/Example ObjC/ProxyManager.m
index 36d9699ff..89e979fce 100644
--- a/Example Apps/Example ObjC/ProxyManager.m
+++ b/Example Apps/Example ObjC/ProxyManager.m
@@ -114,8 +114,6 @@ NS_ASSUME_NONNULL_BEGIN
[self sdlex_startManager];
return;
}
- SDLLockScreenConfiguration *lockscreen = [SDLLockScreenConfiguration enabledConfigurationWithAppIcon:[UIImage imageNamed:ExampleAppLogoName] backgroundColor:nil];
-
SDLConfiguration *config = [SDLConfiguration configurationWithLifecycle:lifecycleConfiguration lockScreen:lockscreen logging:[self.class sdlex_logConfiguration] fileManager:[SDLFileManagerConfiguration defaultConfiguration]];
self.sdlManager = [[SDLManager alloc] initWithConfiguration:config delegate:self];
[self sdlex_startManager];