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
a0f2b2bfa6
commit
952a82bfcd
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
#import "FeedbackSocket.h"
|
#import "FeedbackSocket.h"
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
@interface FeedbackController : NSWindowController <FeedbackSocketDelegate> {
|
@interface FeedbackController : NSWindowController {
|
||||||
IBOutlet NSTextField* nameView;
|
IBOutlet NSTextField* nameView;
|
||||||
IBOutlet NSTextField* emailView;
|
IBOutlet NSTextField* emailView;
|
||||||
IBOutlet NSTextView* messageView;
|
IBOutlet NSTextView* messageView;
|
||||||
|
|
Loading…
Reference in a new issue