summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-08-25 23:01:41 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-08-25 23:02:22 (GMT)
commit6f4d7ef066fef92eda4ae9c1ba5a380c9e2ed95b (patch)
treee8e07fc35cca84e4f73e3e512c45576099a6d909 /src
parentd9dd68c4400c3ca590ea425d6f3d070ea6094099 (diff)
downloadQt-6f4d7ef066fef92eda4ae9c1ba5a380c9e2ed95b.zip
Qt-6f4d7ef066fef92eda4ae9c1ba5a380c9e2ed95b.tar.gz
Qt-6f4d7ef066fef92eda4ae9c1ba5a380c9e2ed95b.tar.bz2
Remove unused code.
Diffstat (limited to 'src')
-rw-r--r--src/declarative/util/qdeclarativelistmodel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/declarative/util/qdeclarativelistmodel.cpp b/src/declarative/util/qdeclarativelistmodel.cpp
index 0162beb..7504c23 100644
--- a/src/declarative/util/qdeclarativelistmodel.cpp
+++ b/src/declarative/util/qdeclarativelistmodel.cpp
@@ -58,9 +58,6 @@ Q_DECLARE_METATYPE(QListModelInterface *)
QT_BEGIN_NAMESPACE
-#define DATA_ROLE_ID 1
-#define DATA_ROLE_NAME "data"
-
QDeclarativeListModelParser::ListInstruction *QDeclarativeListModelParser::ListModelData::instructions() const
{
return (QDeclarativeListModelParser::ListInstruction *)((char *)this + sizeof(ListModelData));