startkde: remove unused variable

Unused variable: list (CWE-563)
wilder-5.26
Fushan Wen 4 years ago committed by Alexander Lohnau
parent 6bebf9a7e6
commit 09781e3b6c
  1. 1
      startkde/startplasma.cpp

@ -216,7 +216,6 @@ void setupCursor(bool wayland)
std::optional<QProcessEnvironment> getSystemdEnvironment()
{
QStringList list;
auto msg = QDBusMessage::createMethodCall(QStringLiteral("org.freedesktop.systemd1"),
QStringLiteral("/org/freedesktop/systemd1"),
QStringLiteral("org.freedesktop.DBus.Properties"),

Loading…
Cancel
Save