Skip to content
Snippets Groups Projects
Commit 5bada600 authored by akiraohgaki's avatar akiraohgaki
Browse files

Code cleanup

parent 65059c83
No related branches found
No related tags found
No related merge requests found
......@@ -210,8 +210,6 @@ bool SystemHandler::applyIcon(const QString &path) const
bool SystemHandler::applyCursor(const QString &path) const
{
qDebug() << path;
auto desktop = desktopEnvironment();
if (desktop == "kde") {
......@@ -228,8 +226,6 @@ bool SystemHandler::applyCursor(const QString &path) const
bool SystemHandler::applyWindowTheme(const QString &path) const
{
qDebug() << path;
auto desktop = desktopEnvironment();
if (desktop == "kde") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment