diff options
| author | Martin T. H. Sandsmark <[email protected]> | 2016-08-06 13:03:48 +0200 |
|---|---|---|
| committer | Martin T. H. Sandsmark <[email protected]> | 2016-08-06 13:03:48 +0200 |
| commit | 676cdcbbdbea031c1bec56230561bf8a0efcd0f6 (patch) | |
| tree | db3eb3588e1657791457aea8e724ac502c242804 /src/views/dolphinview.cpp | |
| parent | b7edab22445c78d846353aa88f560bfeb499bdb5 (diff) | |
Fix some low-hanging warning fruits
Diffstat (limited to 'src/views/dolphinview.cpp')
| -rw-r--r-- | src/views/dolphinview.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 5466fd38e..a737dd0a6 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -75,10 +75,6 @@ #endif #include <KFormat> -namespace { - const int MaxModeEnum = DolphinView::CompactView; -} - DolphinView::DolphinView(const QUrl& url, QWidget* parent) : QWidget(parent), m_active(true), |
