mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
LibGUI: Remove unnecessary timer in GProgressBar.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
GProgressBar::GProgressBar(GWidget* parent)
|
||||
: GWidget(parent)
|
||||
{
|
||||
start_timer(10);
|
||||
}
|
||||
|
||||
GProgressBar::~GProgressBar()
|
||||
|
||||
Reference in New Issue
Block a user