1
Fork 0
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:
Timothy Flynn 2023-08-13 14:35:49 -04:00 committed by Sam Atkins
parent 340230f6bf
commit ccf2597bd3
2 changed files with 2 additions and 7 deletions

View file

@ -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();