Fixed: warnings when compiling

This commit is contained in:
Alexandre Wilhelm
2015-03-20 10:03:42 -07:00
parent 17c9382a21
commit 55f05ba839
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -122,7 +122,6 @@ var _availableTraits= [@"Normal", @"Italic", @"Bold", @"Bold Italic"],
*/
@implementation CPFontPanel : CPPanel
{
CPView _toolbarView;
id _fontBrowser;
id _traitBrowser;
id _sizeBrowser;
+2 -1
View File
@@ -103,8 +103,9 @@ var kDelegateRespondsTo_textShouldBeginEditing
CPLayoutManager _layoutManager @accessors(getter=layoutManager);
CPRange _selectionRange @accessors(getter=selectedRange);
CPSelectionGranularity _selectionGranularity @accessors(property=selectionGranularity);
CPSelectionGranularity _previousSelectionGranularity; // private
CPSelectionGranularity _copySelectionGranularit; // private
CPSelectionGranularity _copySelectionGranularity; // private
CPTextContainer _textContainer @accessors(property=textContainer);
CPTextStorage _textStorage @accessors(getter=textStorage);