From 6f7a0e57ce0650c9e91b15e75ec9a0bb85f6ddb6 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 6 Sep 2025 23:03:04 +0200 Subject: Make the provider functional --- QSDeliciousPrefPane.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 QSDeliciousPrefPane.h (limited to 'QSDeliciousPrefPane.h') diff --git a/QSDeliciousPrefPane.h b/QSDeliciousPrefPane.h deleted file mode 100644 index 494a9ff..0000000 --- a/QSDeliciousPrefPane.h +++ /dev/null @@ -1,13 +0,0 @@ - - -#import -#import - - -@interface QSDeliciousPrefPane : NSPreferencePane { - IBOutlet NSTextField *userField; - IBOutlet NSTextField *passField; -} - -- (IBAction)savePassword:(id)sender; -@end -- cgit