Crash Feedback: Remove unnecessary class attribute
The Feedback Controller was deriving from a class that is no longer used anywhere, so remove this. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
5ea0640c68
commit
16d6c1100b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
#import "FeedbackSocket.h"
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface FeedbackController : NSWindowController <FeedbackSocketDelegate> {
|
||||
@interface FeedbackController : NSWindowController {
|
||||
IBOutlet NSTextField* nameView;
|
||||
IBOutlet NSTextField* emailView;
|
||||
IBOutlet NSTextView* messageView;
|
||||
|
|
Loading…
Reference in a new issue