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.
This commit is contained in:
Andrew Hankinson
2013-03-28 10:19:08 -04:00
parent 3d0bde6763
commit 6d843e6aab
-9
View File
@@ -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
*/