1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:37:45 +00:00

LibGUI: Remove GListBox since it was not kept up-to-date.

I'll come back and add a GListView eventually, but this is not good enough.
This commit is contained in:
Andreas Kling 2019-04-19 21:13:40 +02:00
parent b3f657a1c6
commit 77418c1942
3 changed files with 0 additions and 95 deletions

View file

@ -14,7 +14,6 @@ LIBGUI_OBJS = \
GCheckBox.o \
GEventLoop.o \
GLabel.o \
GListBox.o \
GTextBox.o \
GScrollBar.o \
GStatusBar.o \