chore: remove dead code

This commit is contained in:
zhom
2025-07-03 21:50:52 +04:00
parent fbf36b49df
commit d377809c77
-6
View File
@@ -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]