summaryrefslogtreecommitdiff
path: root/QSDeliciousPrefPane.h
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-09-06 23:03:04 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-09-06 23:03:04 +0200
commit6f7a0e57ce0650c9e91b15e75ec9a0bb85f6ddb6 (patch)
treeb4d623e54f552488408f13e5f6ad5bed54643a29 /QSDeliciousPrefPane.h
parent685a4d4b33991a315060145724d794d709ec6f3c (diff)
Make the provider functional
Diffstat (limited to 'QSDeliciousPrefPane.h')
-rw-r--r--QSDeliciousPrefPane.h13
1 files changed, 0 insertions, 13 deletions
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 <Foundation/Foundation.h>
-#import <PreferencePanes/PreferencePanes.h>
-
-
-@interface QSDeliciousPrefPane : NSPreferencePane {
- IBOutlet NSTextField *userField;
- IBOutlet NSTextField *passField;
-}
-
-- (IBAction)savePassword:(id)sender;
-@end