diff --git a/src/config.rs b/src/config.rs index 68d404f..1339a4c 100644 --- a/src/config.rs +++ b/src/config.rs @@ -225,11 +225,6 @@ impl Settings { } } - /// Get the default config file path - pub fn default_config_path() -> Result { - let xdg_dirs = xdg::BaseDirectories::with_prefix("keep")?; - Ok(xdg_dirs.get_config_home().join("config.yml")) - } /// Get server password from password_file or directly from config if configured pub fn get_server_password(&self) -> Result> {