diff --git a/src/kselectionproxymodel.cpp b/src/kselectionproxymodel.cpp index 03affb6..4d7af29 100644 --- a/src/kselectionproxymodel.cpp +++ b/src/kselectionproxymodel.cpp @@ -34,9 +34,6 @@ typedef KBiHash SourceProxyIndexMapping; typedef KBiHash ParentMapping; typedef KHash2Map SourceIndexProxyRowMapping; -#define KDO(object) qDebug() << #object << object -#define SON(object) object->setObjectName(#object) - /** Return true if @p idx is a descendant of one of the indexes in @p list. Note that this returns false if @p list contains @p idx. @@ -394,7 +391,7 @@ static QItemSelection stableNormalizeSelection(const QItemSelection &selection) return result; } -QItemSelection kNormalizeSelection(QItemSelection selection) +static QItemSelection kNormalizeSelection(QItemSelection selection) { if (selection.size() <= 1) { return selection;