diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPExtendedTableInfo.m | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/SPExtendedTableInfo.m b/Source/SPExtendedTableInfo.m index 659f4ae6..73a3ab86 100644 --- a/Source/SPExtendedTableInfo.m +++ b/Source/SPExtendedTableInfo.m @@ -40,14 +40,6 @@ @synthesize connection; -/** - * Set the create table syntax textview's font. - */ -- (void)awakeFromNib -{ - [tableCreateSyntaxTextView setFont:[NSUnarchiver unarchiveObjectWithData:[[NSUserDefaults standardUserDefaults] dataForKey:@"CustomQueryEditorFont"]]]; -} - #pragma mark - #pragma mark IBAction methods |