remove extra reload action

This commit is contained in:
yggverse 2024-12-11 16:33:06 +02:00
parent 17985d9a7b
commit 85735d33e2
2 changed files with 1 additions and 7 deletions

View file

@ -144,12 +144,6 @@ impl Page {
}
}
/// Used as API for external reload actions
/// * this method record history to memory buffer by default
pub fn reload(&self) {
self.load(true);
}
/// Main loader for different protocols, that routed by scheme
/// * every protocol has it own (children) method implementation
pub fn load(&self, is_history: bool) {