Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2014-10-28 00:06:44 +0300
committerKacper Michajłow <kasper93@gmail.com>2014-10-30 20:42:58 +0300
commit236d8c5390391bf16c6b4c7f774960cdd9c0918b (patch)
treefb214d45fa4c5878de364074735ca761b67e027f
parentbfb5be26062e4b4bf1b6ec1a71c395c846cb8586 (diff)
PlayerPlaylistBar: Remove unneeded line which was left in the code by
accident. The change is purely cosmetic. Spotted by coverity (CID#1249719)
-rw-r--r--src/mpc-hc/PlayerPlaylistBar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mpc-hc/PlayerPlaylistBar.cpp b/src/mpc-hc/PlayerPlaylistBar.cpp
index ef1a76a07..0226a2d40 100644
--- a/src/mpc-hc/PlayerPlaylistBar.cpp
+++ b/src/mpc-hc/PlayerPlaylistBar.cpp
@@ -1368,7 +1368,6 @@ void CPlayerPlaylistBar::OnContextMenu(CWnd* /*pWnd*/, CPoint p)
CRect r;
if (!!m_list.GetItemRect(lvhti.iItem, r, LVIR_BOUNDS)) {
p.SetPoint(r.left, r.bottom);
- bOnItem = true;
} else {
p.SetPoint(0, 0);
}