Skip to content

Commit

Permalink
Remove unneeded assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1701c committed Jun 3, 2023
1 parent 70e2dad commit 0fd3c8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/quick_web_shortcuts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ QuickWebShortcuts::QuickWebShortcuts(QObject *parent, const KPluginMetaData &plu
}

QuickWebShortcuts::~QuickWebShortcuts() {
wasActive = true;
filterHistory();
delete requiredData.proxy;
}
Expand Down

0 comments on commit 0fd3c8e

Please sign in to comment.