Skip to content

Commit

Permalink
Remove commented unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
roosta committed Nov 7, 2023
1 parent 04ce4e9 commit 38d642a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,6 @@ fn get_title(
}
};

// // Set target from options
// let target = match use_prop {
// "instance" => {
// if wm_instance.is_empty() {
// wm_class.to_string()
// } else {
// wm_instance.to_string()
// }
// }
// "name" => wm_name,
// _ => wm_class.to_string(),
// };

// Check for aliases using pre-compiled regex
let title = {
let mut filtered_classes =
Expand Down Expand Up @@ -270,7 +257,6 @@ pub fn update_tree(
} else {
' '
}

},
None => ' ',
};
Expand Down

0 comments on commit 38d642a

Please sign in to comment.