diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-07-28 19:54:23 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-07-28 19:54:23 +0000 |
| commit | edbfc276e015e0c1b3f2c11fc435bee21a6c4ff5 (patch) | |
| tree | 8453f17d390a3463e76c8f6aeb1d8b3461c51016 /src | |
| parent | 6553325afd5142434e3468aca5a378d97a335bec (diff) | |
| download | qmmp-edbfc276e015e0c1b3f2c11fc435bee21a6c4ff5.tar.gz qmmp-edbfc276e015e0c1b3f2c11fc435bee21a6c4ff5.tar.bz2 qmmp-edbfc276e015e0c1b3f2c11fc435bee21a6c4ff5.zip | |
skinned: removed useless code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5275 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/Ui/skinned/listwidgetdrawer.cpp | 2 | ||||
| -rw-r--r-- | src/plugins/Ui/skinned/playlistheader.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/Ui/skinned/listwidgetdrawer.cpp b/src/plugins/Ui/skinned/listwidgetdrawer.cpp index b03e3edf7..bffaeff2c 100644 --- a/src/plugins/Ui/skinned/listwidgetdrawer.cpp +++ b/src/plugins/Ui/skinned/listwidgetdrawer.cpp @@ -205,8 +205,6 @@ void ListWidgetDrawer::drawSeparator(QPainter *painter, ListWidgetRow *row, bool painter->setFont(m_font); painter->setPen(m_normal); - /*if(row->numberColumnWidth) - sx += row->numberColumnWidth;*/ if(rtl) sx = row->rect.right() - sx - m_metrics->width(row->titles[0]); else diff --git a/src/plugins/Ui/skinned/playlistheader.h b/src/plugins/Ui/skinned/playlistheader.h index 5398e2528..a94040069 100644 --- a/src/plugins/Ui/skinned/playlistheader.h +++ b/src/plugins/Ui/skinned/playlistheader.h @@ -50,7 +50,6 @@ public: QList<int> sizes() const; int trackStateColumn() const; int maxScrollValue() const; - int totalColumnWidth() const; int offset() const; bool hasAutoResizeColumn() const; |
