summaryrefslogtreecommitdiff
path: root/LibGUI/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-10 16:56:55 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-10 16:56:55 +0200
commitb8062f69d86e0dee9990cbffe627091faf7cc0ba (patch)
tree558d8ebbc5a2fdb6b6eea955b272c24b675cad06 /LibGUI/Makefile
parent696ada2810948ff6df7ef286ba5346c1d82c1d8c (diff)
downloadserenity-b8062f69d86e0dee9990cbffe627091faf7cc0ba.zip
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
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 39d60524aa..e13c965040 100644
--- a/LibGUI/Makefile
+++ b/LibGUI/Makefile
@@ -40,7 +40,6 @@ LIBGUI_OBJS = \
GClipboard.o \
GSortingProxyModel.o \
GStackWidget.o \
- GEvent.o \
GScrollableWidget.o \
GSocket.o \
GTCPSocket.o \