diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-01 15:10:18 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-01 15:10:18 +0000 |
| commit | 17ee74fd620b8718f284f9d3252432d4b8000b2e (patch) | |
| tree | 05a9cc9b2983ba1deffab7ba008326816ad7bc7f /src/qmmpui/columnmanager.cpp | |
| parent | e18b6477301b7c30c99741c344b677630ff6e452 (diff) | |
| download | qmmp-17ee74fd620b8718f284f9d3252432d4b8000b2e.tar.gz qmmp-17ee74fd620b8718f284f9d3252432d4b8000b2e.tar.bz2 qmmp-17ee74fd620b8718f284f9d3252432d4b8000b2e.zip | |
removed useless code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4753 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/columnmanager.cpp')
| -rw-r--r-- | src/qmmpui/columnmanager.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/qmmpui/columnmanager.cpp b/src/qmmpui/columnmanager.cpp index a806fc749..2f45c9835 100644 --- a/src/qmmpui/columnmanager.cpp +++ b/src/qmmpui/columnmanager.cpp @@ -92,16 +92,6 @@ void ColumnManager::execEditor(int index, QWidget *parent) } -int ColumnManager::width() -{ - int width = 0; - for(int i = 0; i < m_columns.count(); ++i) - { - width += m_columns[i].size; - } - return width; -} - int ColumnManager::count() { return m_columns.count(); |
