summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlparser_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-06 08:33:44 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-06 08:33:44 (GMT)
commit565b78b3bd4b31761652f46b5fc2e0694adbc4df (patch)
treed9f04520a0589f28952c7d0c312d421cfcd7d6d0 /src/declarative/qml/qmlparser_p.h
parent2c0aa64a1e59271c5cf212fee869070d881d3a51 (diff)
downloadQt-565b78b3bd4b31761652f46b5fc2e0694adbc4df.zip
Qt-565b78b3bd4b31761652f46b5fc2e0694adbc4df.tar.gz
Qt-565b78b3bd4b31761652f46b5fc2e0694adbc4df.tar.bz2
Remove dead code
Diffstat (limited to 'src/declarative/qml/qmlparser_p.h')
-rw-r--r--src/declarative/qml/qmlparser_p.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/declarative/qml/qmlparser_p.h b/src/declarative/qml/qmlparser_p.h
index 5bffff2..4f080e5 100644
--- a/src/declarative/qml/qmlparser_p.h
+++ b/src/declarative/qml/qmlparser_p.h
@@ -216,8 +216,6 @@ namespace QmlParser
QList<DynamicSignal> dynamicSignals;
// The list of dynamic slots
QList<DynamicSlot> dynamicSlots;
-
- void dump(int = 0) const;
};
class Variant
@@ -299,8 +297,6 @@ namespace QmlParser
Object *object;
LocationSpan location;
-
- void dump(int = 0) const;
};
class Property : public QmlRefCount
@@ -342,8 +338,6 @@ namespace QmlParser
LocationSpan location;
LocationRange listValueRange;
QList<int> listCommaPositions;
-
- void dump(int = 0) const;
};
}