mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
removing unused popover controller
This commit is contained in:
parent
32bec9f4fe
commit
8a9ef7a25f
3 changed files with 0 additions and 32 deletions
|
@ -1,13 +0,0 @@
|
|||
//
|
||||
// AddSitePopoverViewController.h
|
||||
// NewsBlur
|
||||
//
|
||||
// Created by Roy Yang on 6/8/12.
|
||||
// Copyright (c) 2012 NewsBlur. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface AddSitePopoverViewController : UIPopoverController
|
||||
|
||||
@end
|
|
@ -1,13 +0,0 @@
|
|||
//
|
||||
// AddSitePopoverViewController.m
|
||||
// NewsBlur
|
||||
//
|
||||
// Created by Roy Yang on 6/8/12.
|
||||
// Copyright (c) 2012 NewsBlur. All rights reserved.
|
||||
//
|
||||
|
||||
#import "AddSitePopoverViewController.h"
|
||||
|
||||
@implementation AddSitePopoverViewController
|
||||
|
||||
@end
|
|
@ -105,7 +105,6 @@
|
|||
4307BEE71565EDF8007A932A /* world.png in Resources */ = {isa = PBXBuildFile; fileRef = 4307BE801565EDF8007A932A /* world.png */; };
|
||||
4307BEFE1565EEBC007A932A /* Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 4307BEFD1565EEBC007A932A /* Base64.m */; };
|
||||
4307BEFF1565EEBC007A932A /* Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 4307BEFD1565EEBC007A932A /* Base64.m */; };
|
||||
433D247D1582DFCA00AE9E72 /* AddSitePopoverViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 433D247C1582DFCA00AE9E72 /* AddSitePopoverViewController.m */; };
|
||||
43B8F022156603180008733D /* AddSiteAutocompleteCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 43B8F018156603170008733D /* AddSiteAutocompleteCell.xib */; };
|
||||
43B8F023156603180008733D /* AddSiteViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 43B8F019156603170008733D /* AddSiteViewController.xib */; };
|
||||
43B8F024156603180008733D /* FeedDetailTableCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 43B8F01A156603170008733D /* FeedDetailTableCell.xib */; };
|
||||
|
@ -402,8 +401,6 @@
|
|||
4307BE801565EDF8007A932A /* world.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = world.png; sourceTree = "<group>"; };
|
||||
4307BEFC1565EEBC007A932A /* Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base64.h; sourceTree = "<group>"; };
|
||||
4307BEFD1565EEBC007A932A /* Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Base64.m; sourceTree = "<group>"; };
|
||||
433D247B1582DFCA00AE9E72 /* AddSitePopoverViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddSitePopoverViewController.h; sourceTree = "<group>"; };
|
||||
433D247C1582DFCA00AE9E72 /* AddSitePopoverViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddSitePopoverViewController.m; sourceTree = "<group>"; };
|
||||
43B8F018156603170008733D /* AddSiteAutocompleteCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = AddSiteAutocompleteCell.xib; sourceTree = "<group>"; };
|
||||
43B8F019156603170008733D /* AddSiteViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = AddSiteViewController.xib; sourceTree = "<group>"; };
|
||||
43B8F01A156603170008733D /* FeedDetailTableCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = FeedDetailTableCell.xib; sourceTree = "<group>"; };
|
||||
|
@ -710,8 +707,6 @@
|
|||
7842ECF611D44A530066CF9D /* StoryDetailViewController.m */,
|
||||
FFE5322D144C8AC300ACFDE0 /* Utilities.h */,
|
||||
FFE5322E144C8AC300ACFDE0 /* Utilities.m */,
|
||||
433D247B1582DFCA00AE9E72 /* AddSitePopoverViewController.h */,
|
||||
433D247C1582DFCA00AE9E72 /* AddSitePopoverViewController.m */,
|
||||
);
|
||||
path = Classes;
|
||||
sourceTree = "<group>";
|
||||
|
@ -1684,7 +1679,6 @@
|
|||
43D044F61565BC090085F811 /* OAToken.m in Sources */,
|
||||
43D044F71565BC090085F811 /* MoveSiteViewController.m in Sources */,
|
||||
4307BEFF1565EEBC007A932A /* Base64.m in Sources */,
|
||||
433D247D1582DFCA00AE9E72 /* AddSitePopoverViewController.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue