1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:08:12 +00:00

LibGUI: Remove unnecessary timer in GProgressBar.

This commit is contained in:
Andreas Kling 2019-03-22 02:49:57 +01:00
parent c3b0c1ba68
commit e4498194c2

View file

@ -4,7 +4,6 @@
GProgressBar::GProgressBar(GWidget* parent)
: GWidget(parent)
{
start_timer(10);
}
GProgressBar::~GProgressBar()