mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-08 03:37:14 +00:00
Fixed: warnings when compiling
This commit is contained in:
@@ -122,7 +122,6 @@ var _availableTraits= [@"Normal", @"Italic", @"Bold", @"Bold Italic"],
|
||||
*/
|
||||
@implementation CPFontPanel : CPPanel
|
||||
{
|
||||
CPView _toolbarView;
|
||||
id _fontBrowser;
|
||||
id _traitBrowser;
|
||||
id _sizeBrowser;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user