Skip to content

Commit

Permalink
SYNERGY-1006 - Remove redundant temp variable
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sikachyna committed Jun 10, 2021
1 parent 9c63057 commit 42c1ce5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ void MainWindow::setIcon(qSynergyState state) const
QIcon icon;

#ifdef Q_OS_MAC
IconsTheme theme = getOSXIconsTheme();
switch(getOSXIconsTheme()) {
case IconsTheme::ICONS_DARK:
icon.addFile(synergyDarkIconFiles[state]);
Expand Down

0 comments on commit 42c1ce5

Please sign in to comment.