diff options
author | avenjamin <avenjamin@gmail.com> | 2009-02-27 02:08:29 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2009-02-27 02:08:29 +0000 |
commit | 60d029980c919e8299304231f9a3c0847a35f9f1 (patch) | |
tree | 753f5190ed39f2e03e626a106a4a3502b7dfbd6c /Source/TableContent.m | |
parent | 51b094e48b68420cd53be08648eab7b671ce1639 (diff) | |
download | sequelpro-60d029980c919e8299304231f9a3c0847a35f9f1.tar.gz sequelpro-60d029980c919e8299304231f9a3c0847a35f9f1.tar.bz2 sequelpro-60d029980c919e8299304231f9a3c0847a35f9f1.zip |
- Removed unnecessary code block.
- Added 10.4 (Tiger) support for varchar/char length limits
Related to Issue #170
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r-- | Source/TableContent.m | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m index fba8a3ed..3baf5713 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -1866,15 +1866,6 @@ objectValueForTableColumn:(NSTableColumn *)aTableColumn #pragma mark - -- (void)controlTextDidChange:(NSNotification *)aNotification -{ - NSString *fieldType; - int row, column, i; - - row = [tableContentView editedRow]; - column = [tableContentView editedColumn]; -} - /* * Trap the enter and escape keys, overriding default behaviour and continuing/ending editing, * only within the current row. |