removed unused stuff

This commit is contained in:
filipriec
2025-03-21 22:22:35 +01:00
parent 911dba9bce
commit 44c5963c71
2 changed files with 1 additions and 4 deletions

View File

@@ -34,8 +34,6 @@ pub async fn run_ui() -> Result<(), Box<dyn std::error::Error>> {
// Fetch profile tree and table structure
let profile_tree = grpc_client.get_profile_tree().await?;
let table_structure = grpc_client.get_table_structure().await?;
// The rest of your UI initialization remains the same
let mut event_handler = EventHandler::new();
let event_reader = EventReader::new();