Skip to content

Commit

Permalink
fix: remove unused theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Sep 30, 2024
1 parent 75e3dbf commit 8f2bbdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/widgets/OverlayWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "common/Literals.hpp"
#include "controllers/hotkeys/HotkeyController.hpp"
#include "singletons/Settings.hpp"
#include "singletons/Theme.hpp"
#include "singletons/WindowManager.hpp"
#include "widgets/BaseWidget.hpp"
#include "widgets/helper/ChannelView.hpp"
Expand Down Expand Up @@ -175,7 +174,6 @@ OverlayWindow::~OverlayWindow()

void OverlayWindow::applyTheme()
{
auto *theme = getTheme();
auto *settings = getSettings();

if (this->dropShadow_)
Expand Down

0 comments on commit 8f2bbdd

Please sign in to comment.