diff options
author | Max <dmoagx@users.noreply.github.com> | 2018-05-30 20:07:55 +0200 |
---|---|---|
committer | Max <dmoagx@users.noreply.github.com> | 2018-05-30 23:07:16 +0200 |
commit | 86aaa250e53fe6f631447351b9ec03741529cf98 (patch) | |
tree | efb037ed67226601a9ea18387ac507efedaca1a7 /Source/SPNarrowDownCompletion.h | |
parent | f517fd31245e91738071db66e7ab33a6072b6b07 (diff) | |
download | sequelpro-86aaa250e53fe6f631447351b9ec03741529cf98.tar.gz sequelpro-86aaa250e53fe6f631447351b9ec03741529cf98.tar.bz2 sequelpro-86aaa250e53fe6f631447351b9ec03741529cf98.zip |
Fix objc weak errors by removing an unused delegate (#3062)
This code still seems wrong, though: -tableView:objectValueForTableColumn:row: is not the appropriate place to return cell objects
Diffstat (limited to 'Source/SPNarrowDownCompletion.h')
-rw-r--r-- | Source/SPNarrowDownCompletion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPNarrowDownCompletion.h b/Source/SPNarrowDownCompletion.h index 020340a8..670d1a29 100644 --- a/Source/SPNarrowDownCompletion.h +++ b/Source/SPNarrowDownCompletion.h @@ -32,7 +32,7 @@ @class SPDatabaseStructure; -@interface SPNarrowDownCompletion : NSWindow <NSTableViewDelegate, NSTableViewDataSource, NSTokenFieldCellDelegate> +@interface SPNarrowDownCompletion : NSWindow <NSTableViewDelegate, NSTableViewDataSource> { NSArray* suggestions; NSMutableString* mutablePrefix; |