Skip to content

Commit

Permalink
refactor: remove code to unset QT_DEVICE_PIXEL_RATIO envvar
Browse files Browse the repository at this point in the history
QT_DEVICE_PIXEL_RATIO has been dropped in Qt 6.
  • Loading branch information
zzag authored and romangg committed Dec 12, 2023
1 parent c083cae commit 46d04fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/base/app_singleton.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ class KWIN_EXPORT app_singleton : public QObject
protected:
app_singleton()
{
qunsetenv("QT_DEVICE_PIXEL_RATIO");

singleton_interface::app_singleton = this;
}

Expand Down

0 comments on commit 46d04fa

Please sign in to comment.