summaryrefslogtreecommitdiff
path: root/LibGUI/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-19 21:13:40 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-19 21:13:40 +0200
commit77418c1942d8ce5c49e0f733972bd97dff8a1790 (patch)
treebebe1cfa48e623b8a4e9da19ab3768e1382e9c23 /LibGUI/Makefile
parentb3f657a1c6500045f6aa52530b890e040f81d38d (diff)
downloadserenity-77418c1942d8ce5c49e0f733972bd97dff8a1790.zip
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.
Diffstat (limited to 'LibGUI/Makefile')
-rw-r--r--LibGUI/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/LibGUI/Makefile b/LibGUI/Makefile
index 6ee8b250c6..fac3de3998 100644
--- a/LibGUI/Makefile
+++ b/LibGUI/Makefile
@@ -14,7 +14,6 @@ LIBGUI_OBJS = \
GCheckBox.o \
GEventLoop.o \
GLabel.o \
- GListBox.o \
GTextBox.o \
GScrollBar.o \
GStatusBar.o \