Clean up.

This commit is contained in:
2025-01-14 18:34:57 -08:00
parent 9bc0dfc6f3
commit c16426270c
9 changed files with 25 additions and 169 deletions
+3 -5
View File
@@ -3,8 +3,9 @@ import Carbon
import ServiceManagement
class SettingsViewController: NSViewController, NSTextFieldDelegate,
KeyDetectorButtonDelegate, NSTableViewDataSource, NSTableViewDelegate,
PathsTableCellViewDelegate
KeyDetectorButtonDelegate,
NSTableViewDataSource, NSTableViewDelegate,
PathsTableCellViewDelegate
{
private var recording = false
@@ -546,7 +547,4 @@ class SettingsViewController: NSViewController, NSTextFieldDelegate,
cell.id = row
return cell
}
func tableViewSelectionDidChange(_ notification: Notification) {
}
}