diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-23 09:06:35 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-23 09:06:35 +0000 |
commit | 68e0fe10f057729f494af0ee7afa681dd7154675 (patch) | |
tree | 0b4a1c26a4050629ca8aff537611b17f6a4bd203 /Source/TableContent.h | |
parent | 74a0f3eed47cd086f689a543e07c74f5c38f6248 (diff) | |
download | sequelpro-68e0fe10f057729f494af0ee7afa681dd7154675.tar.gz sequelpro-68e0fe10f057729f494af0ee7afa681dd7154675.tar.bz2 sequelpro-68e0fe10f057729f494af0ee7afa681dd7154675.zip |
• moved dataToHex as dataToFormattedHexString from TableContent to SPDataAdditions in order to you that method in different classes
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r-- | Source/TableContent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h index dcb527ca..7e020792 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -104,7 +104,6 @@ - (void)processUpdatedImageData:(NSData *)data; - (IBAction)dropImage:(id)sender; - (void)textViewDidChangeSelection:(NSNotification *)aNotification; -- (NSString *)dataToHex:(NSData *)data; //getter methods - (NSArray *)currentResult; |