From 6d843e6aab054be9b49e3a2d4915bd4e7f5f1ecd Mon Sep 17 00:00:00 2001 From: Andrew Hankinson Date: Thu, 28 Mar 2013 10:19:08 -0400 Subject: [PATCH] Fixed: Removed duplicated method in CPToolbar CPToolbar setDisplayMode has been implemented (L246). This commit removes a duplicate empty method that says it has not been implemented. --- AppKit/CPToolbar.j | 9 --------- 1 file changed, 9 deletions(-) diff --git a/AppKit/CPToolbar.j b/AppKit/CPToolbar.j index 8f1974f34..ae1857926 100644 --- a/AppKit/CPToolbar.j +++ b/AppKit/CPToolbar.j @@ -165,15 +165,6 @@ var CPToolbarsByIdentifier = nil, return self; } - -/*! - Sets the toolbar's display mode. NOT YET IMPLEMENTED. -*/ -- (void)setDisplayMode:(CPToolbarDisplayMode)aDisplayMode -{ - -} - /*! Returns the toolbar's identifier */