diff options
author | stuconnolly <stuart02@gmail.com> | 2009-11-07 02:32:05 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-11-07 02:32:05 +0000 |
commit | 55bf19f025ab67562b151a40e2440c5c76b00ee5 (patch) | |
tree | 720b0775b3f245bec246eca461b43cf3ccdc254b /Source/SPFieldEditorController.h | |
parent | 021ed107a07064cb5e0f1988b778fa0cfe4ffa37 (diff) | |
download | sequelpro-55bf19f025ab67562b151a40e2440c5c76b00ee5.tar.gz sequelpro-55bf19f025ab67562b151a40e2440c5c76b00ee5.tar.bz2 sequelpro-55bf19f025ab67562b151a40e2440c5c76b00ee5.zip |
Tidy up.
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r-- | Source/SPFieldEditorController.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h index 6349f568..a4142547 100644 --- a/Source/SPFieldEditorController.h +++ b/Source/SPFieldEditorController.h @@ -26,7 +26,6 @@ @interface SPFieldEditorController : NSWindowController { - IBOutlet id editSheetProgressBar; IBOutlet id editSheetSegmentControl; IBOutlet id editSheetQuickLookButton; @@ -65,7 +64,6 @@ int editSheetReturnCode; NSUndoManager *esUndoManager; - } - (IBAction)closeEditSheet:(id)sender; @@ -76,7 +74,6 @@ - (IBAction)quickLookFormatButton:(id)sender; - (IBAction)dropImage:(id)sender; - - (id)editWithObject:(id)data fieldName:(NSString*)fieldName usingEncoding:(NSStringEncoding)anEncoding isObjectBlob:(BOOL)isFieldBlob isEditable:(BOOL)isEditable withWindow:(NSWindow *)tableWindow; |