Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
b656a43c
Commit
b656a43c
authored
Jan 13, 2022
by
Vlad Zahorodnii
Browse files
Remove service_utils.cpp
It's empty so remove it.
parent
6494db75
Pipeline
#122748
passed with stage
in 18 minutes and 26 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/effects/CMakeLists.txt
View file @
b656a43c
...
...
@@ -165,11 +165,7 @@ add_subdirectory(wobblywindows)
###############################################################################
# Add the builtins plugin
set
(
kwin4_effect_builtins_sources
../service_utils.cpp
)
add_library
(
kwin4_effect_builtins STATIC
${
kwin4_effect_builtins_sources
}
)
add_library
(
kwin4_effect_builtins STATIC
)
kcoreaddons_target_static_plugins
(
kwin4_effect_builtins
"kwin/effects/plugins"
LINK_OPTION
"PRIVATE"
)
target_link_libraries
(
kwin4_effect_builtins PRIVATE
${
kwin_effect_KDE_LIBS
}
...
...
src/service_utils.cpp
deleted
100644 → 0
View file @
6494db75
/*
KWin - the KDE window manager
This file is part of the KDE project.
SPDX-FileCopyrightText: 2020 Méven Car <meven.car@enioka.com>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/*
This file is for (very) small utility relating to services/process.
*/
#include
"service_utils.h"
namespace
KWin
{
}
// namespace
Vlad Zahorodnii
@vladz
mentioned in commit
547e58c4
·
Jan 26, 2022
mentioned in commit
547e58c4
mentioned in commit 547e58c478b8a870f5fc7ef2fdc558b77321f461
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment