mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:57:34 +00:00
Ladybird: Remove unused LoadType parameter from Tab::navigate
The only non-default use of this parameter was removed in 980e7164fe
.
This commit is contained in:
parent
340230f6bf
commit
ccf2597bd3
2 changed files with 2 additions and 7 deletions
|
@ -32,11 +32,7 @@ public:
|
|||
|
||||
WebContentView& view() { return *m_view; }
|
||||
|
||||
enum class LoadType {
|
||||
Normal,
|
||||
HistoryNavigation,
|
||||
};
|
||||
void navigate(QString, LoadType = LoadType::Normal);
|
||||
void navigate(QString);
|
||||
void back();
|
||||
void forward();
|
||||
void reload();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue