1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

LibCore+LibGUI: Move DesktopServices to LibCore

This commit is contained in:
Sergey Bugaev 2020-04-19 10:30:33 +03:00 committed by Andreas Kling
parent 03f2024b6e
commit f8b2a7b4a7
6 changed files with 8 additions and 8 deletions

View file

@ -18,7 +18,6 @@ OBJS = \
CppLexer.o \
CppSyntaxHighlighter.o \
Desktop.o \
DesktopServices.o \
Dialog.o \
DisplayLink.o \
DragOperation.o \