Return-Path: Delivered-To: apmail-incubator-cayenne-commits-archive@locus.apache.org Received: (qmail 89718 invoked from network); 20 Sep 2006 21:23:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2006 21:23:28 -0000 Received: (qmail 98350 invoked by uid 500); 20 Sep 2006 21:23:28 -0000 Delivered-To: apmail-incubator-cayenne-commits-archive@incubator.apache.org Received: (qmail 98336 invoked by uid 500); 20 Sep 2006 21:23:28 -0000 Mailing-List: contact cayenne-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cayenne-dev@incubator.apache.org Delivered-To: mailing list cayenne-commits@incubator.apache.org Received: (qmail 98321 invoked by uid 99); 20 Sep 2006 21:23:28 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2006 14:23:28 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received: from [140.211.166.113] ([140.211.166.113:58740] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 48/BE-01963-F41B1154 for ; Wed, 20 Sep 2006 14:23:27 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 22B951A981C; Wed, 20 Sep 2006 14:23:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r448349 - /incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m Date: Wed, 20 Sep 2006 21:23:25 -0000 To: cayenne-commits@incubator.apache.org From: torehalset@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060920212325.22B951A981C@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: torehalset Date: Wed Sep 20 14:23:24 2006 New Revision: 448349 URL: http://svn.apache.org/viewvc?view=rev&rev=448349 Log: removed unused import Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m?view=diff&rev=448349&r1=448348&r2=448349 ============================================================================== --- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m (original) +++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m Wed Sep 20 14:23:24 2006 @@ -30,7 +30,6 @@ #import #import #import -#import @implementation AppController