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:
Christopher Snowhill 2025-06-24 00:26:10 -07:00
parent 5ea0640c68
commit 16d6c1100b

View file

@ -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;