From c13f6c196066bccb33c3a1f524a108b52c356bfd Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 12 Oct 2023 16:12:21 +0300 Subject: homescreen/src/shell: Cleanup older shell source file not needed We're no longer need it, so it would better to just remove it. We still use the agl-shell for setting the wayland surfaces, but we don't use the Shell object wrapper for that. Bug-AGL: SPEC-4912 Signed-off-by: Marius Vlad Change-Id: I3776cd25e312f6ed128bbe14b187607f4b607541 --- homescreen/meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'homescreen/meson.build') diff --git a/homescreen/meson.build b/homescreen/meson.build index 50c644c..98c0505 100644 --- a/homescreen/meson.build +++ b/homescreen/meson.build @@ -113,14 +113,12 @@ homescreen_src_headers = [ 'src/statusbarserver.h', 'src/homescreenhandler.h', 'src/AglShellGrpcClient.h', - 'src/shell.h' ] moc_files = qt5.compile_moc(headers: homescreen_src_headers, dependencies: qt5_dep) homescreen_src = [ - 'src/shell.cpp', 'src/statusbarserver.cpp', 'src/statusbarmodel.cpp', 'src/applicationlauncher.cpp', -- cgit 1.2.3-korg