Bladeren bron

Meta: Delete empty .cpp files

Linus Groh 5 jaren geleden
bovenliggende
commit
54c4cd8a66

+ 0 - 0
Libraries/LibIPC/Dictionary.cpp


+ 0 - 1
Libraries/LibIPC/Makefile

@@ -1,6 +1,5 @@
 OBJS = \
 OBJS = \
     Decoder.o \
     Decoder.o \
-    Dictionary.o \
     Encoder.o \
     Encoder.o \
     Endpoint.o \
     Endpoint.o \
     Message.o
     Message.o

+ 0 - 0
Libraries/LibWeb/DOM/Event.cpp


+ 0 - 0
Libraries/LibWeb/DOM/MouseEvent.cpp


+ 0 - 2
Libraries/LibWeb/Makefile

@@ -33,7 +33,6 @@ LIBWEB_OBJS = \
     DOM/DocumentType.o \
     DOM/DocumentType.o \
     DOM/Element.o \
     DOM/Element.o \
     DOM/ElementFactory.o \
     DOM/ElementFactory.o \
-    DOM/Event.o \
     DOM/EventListener.o \
     DOM/EventListener.o \
     DOM/EventTarget.o \
     DOM/EventTarget.o \
     DOM/HTMLAnchorElement.o \
     DOM/HTMLAnchorElement.o \
@@ -55,7 +54,6 @@ LIBWEB_OBJS = \
     DOM/HTMLStyleElement.o \
     DOM/HTMLStyleElement.o \
     DOM/HTMLTitleElement.o \
     DOM/HTMLTitleElement.o \
     DOM/ImageData.o \
     DOM/ImageData.o \
-    DOM/MouseEvent.o \
     DOM/Node.o \
     DOM/Node.o \
     DOM/ParentNode.o \
     DOM/ParentNode.o \
     DOM/Text.o \
     DOM/Text.o \