Skip to content

Commit

Permalink
🧹 remove mhwd compat
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jan 7, 2024
1 parent ecbee52 commit feaa95d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions i18n/en/chwd.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ nonfree-header = NonFree
classids-header = ClassIDS
vendorids-header = VendorIDS
# notice
mhwd-deprecated = 'mhwd' is deprecated and will be removed in future. Please use 'chwd'
# main
root-operation = You cannot perform this operation unless you are root!
profile-not-exist = profile '{$profile_name}' does not exist!
Expand Down
3 changes: 0 additions & 3 deletions i18n/ru/chwd.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ nonfree-header = Несвободный
classids-header = IDS класса
vendorids-header = IDS вендора
# notice
mhwd-deprecated = 'mhwd' устарел и будет удален в будущем. Пожалуйста, используйте 'chwd'
# main
root-operation = вы не сможете выполнить эту операцию, если не являетесь пользователем root!
profile-not-exist = профиль '{$profile_name}' не существует!
Expand Down
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ fn main() -> anyhow::Result<()> {
}

let args: Vec<String> = std::env::args().collect();
if misc::get_current_cmdname(args[0].as_str()) == "mhwd" {
console_writer::print_warning(&fl!("mhwd-deprecated"));
}

// 1) Process arguments

Expand Down

0 comments on commit feaa95d

Please sign in to comment.