Skip to content

Commit

Permalink
Merge pull request #5001 from konero/removeunusedstr
Browse files Browse the repository at this point in the history
Remove unused str
  • Loading branch information
RodneyBaker authored Jul 10, 2023
2 parents 4d08882 + f523cb7 commit 1b6e26f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toonz/sources/toonz/pane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ QSize TPanelTitleBar::minimumSizeHint() const { return QSize(20, 18); }
//-----------------------------------------------------------------------------

void TPanelTitleBar::generateCloseButtonPixmaps() {
QString iconSVGName = "pane_close";
// Icon theme vars
ThemeManager &themeManager = ThemeManager::getInstance();
const qreal offOpacity = themeManager.getOffOpacity();
Expand Down

0 comments on commit 1b6e26f

Please sign in to comment.