@@ -449,13 +449,10 @@ struct TableProApp: App {
449449extension Notification . Name {
450450 // Connection lifecycle
451451 static let newConnection = Notification . Name ( " newConnection " )
452- static let deselectConnection = Notification . Name ( " deselectConnection " )
453452 static let openConnectionSwitcher = Notification . Name ( " openConnectionSwitcher " )
454- static let reconnectDatabase = Notification . Name ( " reconnectDatabase " )
455453
456454 // Multi-listener broadcasts (Sidebar + Coordinator + StructureView)
457455 static let refreshData = Notification . Name ( " refreshData " )
458- static let refreshAll = Notification . Name ( " refreshAll " )
459456
460457 // Data operations (still posted by DataGrid / context menus / StructureView subscribers)
461458 static let deleteSelectedRows = Notification . Name ( " deleteSelectedRows " )
@@ -486,11 +483,6 @@ extension Notification.Name {
486483 static let showTableStructure = Notification . Name ( " showTableStructure " )
487484 static let editViewDefinition = Notification . Name ( " editViewDefinition " )
488485
489- // Filter notifications
490- static let applyAllFilters = Notification . Name ( " applyAllFilters " )
491- static let duplicateFilter = Notification . Name ( " duplicateFilter " )
492- static let removeFilter = Notification . Name ( " removeFilter " )
493-
494486 // File opening notifications
495487 static let openSQLFiles = Notification . Name ( " openSQLFiles " )
496488
@@ -502,9 +494,6 @@ extension Notification.Name {
502494 // Database URL handling notifications
503495 static let switchSchemaFromURL = Notification . Name ( " switchSchemaFromURL " )
504496 static let applyURLFilter = Notification . Name ( " applyURLFilter " )
505-
506- // License notifications
507- static let licenseStatusDidChange = Notification . Name ( " licenseStatusDidChange " )
508497}
509498
510499// MARK: - Check for Updates
0 commit comments