mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-27 06:16:25 +02:00
chore: remove dead code
This commit is contained in:
@@ -2832,12 +2832,6 @@ impl BrowserProfile {
|
||||
pub fn get_profile_data_path(&self, profiles_dir: &Path) -> PathBuf {
|
||||
profiles_dir.join(self.id.to_string()).join("profile")
|
||||
}
|
||||
|
||||
/// Get the path to the profile UUID directory (profiles/{uuid})
|
||||
#[allow(dead_code)]
|
||||
pub fn get_profile_uuid_dir(&self, profiles_dir: &Path) -> PathBuf {
|
||||
profiles_dir.join(self.id.to_string())
|
||||
}
|
||||
}
|
||||
|
||||
#[tauri::command]
|
||||
|
||||
Reference in New Issue
Block a user