Skip to content

Commit a86eda7

Browse files
authored
Merge pull request #441 from fufesou/refact/remove_unused_code
Refact: Remove unused code to avoid confusion.
2 parents 5b6f963 + 4446217 commit a86eda7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/config.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,12 @@ pub const LINK_DOCS_HOME: &str = "https://rustdesk.com/docs/en/";
9090
pub const LINK_DOCS_X11_REQUIRED: &str = "https://rustdesk.com/docs/en/manual/linux/#x11-required";
9191
pub const LINK_HEADLESS_LINUX_SUPPORT: &str =
9292
"https://github.com/rustdesk/rustdesk/wiki/Headless-Linux-Support";
93-
pub const LINK_KDE_PLASMA_WAYLAND_SELECT_ALL_DISPLAYS: &str =
94-
"https://github.com/rustdesk/rustdesk/discussions/13468";
9593

9694
lazy_static::lazy_static! {
9795
pub static ref HELPER_URL: HashMap<&'static str, &'static str> = HashMap::from([
9896
("rustdesk docs home", LINK_DOCS_HOME),
9997
("rustdesk docs x11-required", LINK_DOCS_X11_REQUIRED),
10098
("rustdesk x11 headless", LINK_HEADLESS_LINUX_SUPPORT),
101-
("rustdesk discussion Plasma Wayland all displays", LINK_KDE_PLASMA_WAYLAND_SELECT_ALL_DISPLAYS),
10299
]);
103100
}
104101

0 commit comments

Comments
 (0)