mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
LibGUI: Remove unnecessary timer in GProgressBar.
This commit is contained in:
parent
c3b0c1ba68
commit
e4498194c2
Notes:
sideshowbarker
2024-07-19 14:58:27 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/e4498194c2f
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
GProgressBar::GProgressBar(GWidget* parent)
|
||||
: GWidget(parent)
|
||||
{
|
||||
start_timer(10);
|
||||
}
|
||||
|
||||
GProgressBar::~GProgressBar()
|
||||
|
|
Loading…
Reference in a new issue