summaryrefslogtreecommitdiffstats
path: root/remoting/ios/app_delegate.mm
diff options
context:
space:
mode:
authordcaiafa@chromium.org <dcaiafa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-15 22:55:06 +0000
committerdcaiafa@chromium.org <dcaiafa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-15 22:56:38 +0000
commit8f40e2578f3f86e70b9b6102b781274977207bbe (patch)
treef47807eeb96e0b3382f31cacc1596f1f5dc23841 /remoting/ios/app_delegate.mm
parent0fb9c01a7a42606b522fa39e48d15d8786866bdd (diff)
downloadchromium_src-8f40e2578f3f86e70b9b6102b781274977207bbe.zip
chromium_src-8f40e2578f3f86e70b9b6102b781274977207bbe.tar.gz
chromium_src-8f40e2578f3f86e70b9b6102b781274977207bbe.tar.bz2
Remove old Chromoting iOS client
BUG= Review URL: https://codereview.chromium.org/475333004 Cr-Commit-Position: refs/heads/master@{#290035} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290035 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/ios/app_delegate.mm')
-rw-r--r--remoting/ios/app_delegate.mm18
1 files changed, 0 insertions, 18 deletions
diff --git a/remoting/ios/app_delegate.mm b/remoting/ios/app_delegate.mm
deleted file mode 100644
index 7b8fc36..0000000
--- a/remoting/ios/app_delegate.mm
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#if !defined(__has_feature) || !__has_feature(objc_arc)
-#error "This file requires ARC support."
-#endif
-
-#import "remoting/ios/app_delegate.h"
-
-@implementation AppDelegate
-
-- (BOOL)application:(UIApplication*)application
- didFinishLaunchingWithOptions:(NSDictionary*)launchOptions {
- return YES;
-}
-
-@end