LibGUI: Move REGISTER_WIDGET(GUI, TabWidget) to Widget.cpp

All the other (GUI) registrations happen here, so it's confusing to have
just one elsewhere ("wait... is TabWidget not registered?!").
This commit is contained in:
Linus Groh 2020-12-28 12:44:37 +01:00 committed by Andreas Kling
parent a514f2cbfd
commit b8eb1baac8
Notes: sideshowbarker 2024-07-19 00:27:13 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -35,8 +35,6 @@
#include <LibGfx/Palette.h>
#include <LibGfx/StylePainter.h>
REGISTER_WIDGET(GUI, TabWidget)
namespace GUI {
TabWidget::TabWidget()