diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-10 16:56:55 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-10 16:56:55 +0200 |
commit | b8062f69d86e0dee9990cbffe627091faf7cc0ba (patch) | |
tree | 558d8ebbc5a2fdb6b6eea955b272c24b675cad06 /LibGUI/Makefile | |
parent | 696ada2810948ff6df7ef286ba5346c1d82c1d8c (diff) | |
download | serenity-b8062f69d86e0dee9990cbffe627091faf7cc0ba.zip |
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
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 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 \ |