summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 00:50:43 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 00:50:43 +0000
commit272ac32f59df01ce98fe6e422a6130cf4a6a1c43 (patch)
tree511bb18f4930ee56ed49cd4bddecbd02dabe5b7f
parentf4f2daa44c6d99fdec45d961bb133fa2cb29ca20 (diff)
downloadchromium_src-272ac32f59df01ce98fe6e422a6130cf4a6a1c43.zip
chromium_src-272ac32f59df01ce98fe6e422a6130cf4a6a1c43.tar.gz
chromium_src-272ac32f59df01ce98fe6e422a6130cf4a6a1c43.tar.bz2
Code Cleanup: Remove unused declaration
-[NSApplication _cycleWindowsReversed:] was declared but the code that used it was removed in change 29458. Removing the declaration. BUG=none TEST=non Review URL: http://codereview.chromium.org/5916002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69355 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/tab_contents/tab_contents_view_mac.mm4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.mm b/chrome/browser/tab_contents/tab_contents_view_mac.mm
index 7ccf36c..64dc401 100644
--- a/chrome/browser/tab_contents/tab_contents_view_mac.mm
+++ b/chrome/browser/tab_contents/tab_contents_view_mac.mm
@@ -337,10 +337,6 @@ void TabContentsViewMac::Observe(NotificationType type,
}
}
-@interface NSApplication(SPI)
-- (void)_cycleWindowsReversed:(BOOL)reversed;
-@end
-
@implementation TabContentsViewCocoa
- (id)initWithTabContentsViewMac:(TabContentsViewMac*)w {