mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Removed unused useless @class declarations
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10243 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3610e8f81d
commit
edaa1ecd49
1 changed files with 0 additions and 31 deletions
|
@ -42,37 +42,6 @@
|
|||
//
|
||||
#include <AppKit/NSGraphics.h>
|
||||
|
||||
//
|
||||
// Protocols
|
||||
//
|
||||
|
||||
//
|
||||
// Classes
|
||||
//
|
||||
@class NSWorkspace;
|
||||
@class NSResponder, NSApplication, NSScreen;
|
||||
@class NSWindow, NSPanel, NSView, NSMenu;
|
||||
@class NSSavePanel, NSOpenPanel, NSHelpPanel;
|
||||
@class NSClipView, NSScrollView, NSSplitView;
|
||||
@class NSText,NSCStringText;
|
||||
// Controls
|
||||
@class NSControl, NSButton, NSTextField, NSScroller, NSBox, NSForm, NSMatrix;
|
||||
@class NSPopUpButton, NSProgressIndicator, NSSlider, NSBrowser, NSForm;
|
||||
@class NSComboBox, NSSecureTextField;
|
||||
// Cells
|
||||
@class NSCell, NSActionCell, NSButtonCell, NSTextFieldCell, NSFormCell;
|
||||
@class NSSliderCell, NSMenuCell, NSBrowserCell, NSFormCell;
|
||||
@class NSComboBoxCell;
|
||||
@class NSEvent, NSCursor;
|
||||
@class NSColor, NSColorList, NSColorPanel, NSColorPicker, NSColorWell;
|
||||
@class NSImage, NSImageCell, NSImageRep, NSBitmapImageRep, NSCachedImageRep;
|
||||
@class NSCustomImageRep, NSEPSImageRep;
|
||||
@class NSDataLink, NSDataLinkManager, NSDataLinkPanel;
|
||||
@class NSFont, NSFontManager, NSFontPanel;
|
||||
@class NSPageLayout, NSPrinter, NSPrintInfo, NSPrintOperation, NSPrintPanel;
|
||||
@class NSParagraphStyle, NSMutableParagraphStyle, NSPasteboard, NSSelection;
|
||||
@class NSSpellChecker, NSSpellServer, NSTextTab, NSSecureTextFieldCell;
|
||||
|
||||
#include <AppKit/NSActionCell.h>
|
||||
#include <AppKit/NSAffineTransform.h>
|
||||
#include <AppKit/NSApplication.h>
|
||||
|
|
Loading…
Reference in a new issue