From 8c5345cda99f7ff178fed3d51a59f5602372613d Mon Sep 17 00:00:00 2001 From: "Qiushi (Billy) He" Date: Mon, 2 Aug 2010 23:32:53 -0700 Subject: Implemented support for Pinboard.in --- QSDeliciousPlugIn_Source.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'QSDeliciousPlugIn_Source.h') diff --git a/QSDeliciousPlugIn_Source.h b/QSDeliciousPlugIn_Source.h index 5ddd9d2..89729de 100644 --- a/QSDeliciousPlugIn_Source.h +++ b/QSDeliciousPlugIn_Source.h @@ -9,7 +9,7 @@ #import "QSDeliciousPlugIn_Source.h" -@interface QSDeliciousPlugIn_Source : QSObjectSource{ +@interface QSDeliciousPlugIn_Source : QSObjectSource { NSMutableArray *posts; NSMutableArray *tags; NSMutableArray *dates; @@ -18,7 +18,5 @@ IBOutlet NSTextField *passField; } -- (IBAction)savePassword:(id)sender; - @end -- cgit