From b8062f69d86e0dee9990cbffe627091faf7cc0ba Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 10 Apr 2019 16:56:55 +0200 Subject: LibCore: Add CEvent and make LibGUI/GEvent inherit from it. --- LibGUI/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'LibGUI/Makefile') 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 \ -- cgit v1.2.3