diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-19 21:13:40 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-19 21:13:40 +0200 |
commit | 77418c1942d8ce5c49e0f733972bd97dff8a1790 (patch) | |
tree | bebe1cfa48e623b8a4e9da19ab3768e1382e9c23 /LibGUI/Makefile | |
parent | b3f657a1c6500045f6aa52530b890e040f81d38d (diff) | |
download | serenity-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/Makefile | 1 |
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 \ |