summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-07-16 05:28:48 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-07-16 05:28:48 (GMT)
commita5e11573712fcf1c95696bed4ce4bfd04bc17e01 (patch)
tree9cb882a1404fb5bf44264e350c78285a959d9113 /src/declarative/qml/qmlcontext.h
parentd03ef52960576837f4454da0b3bf196d92ee558c (diff)
downloadQt-a5e11573712fcf1c95696bed4ce4bfd04bc17e01.zip
Qt-a5e11573712fcf1c95696bed4ce4bfd04bc17e01.tar.gz
Qt-a5e11573712fcf1c95696bed4ce4bfd04bc17e01.tar.bz2
Remove unnecessary global context management stuff
Diffstat (limited to 'src/declarative/qml/qmlcontext.h')
-rw-r--r--src/declarative/qml/qmlcontext.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/declarative/qml/qmlcontext.h b/src/declarative/qml/qmlcontext.h
index 77f6634..877ff0f 100644
--- a/src/declarative/qml/qmlcontext.h
+++ b/src/declarative/qml/qmlcontext.h
@@ -73,11 +73,6 @@ public:
void setContextProperty(const QString &, QObject *);
void setContextProperty(const QString &, const QVariant &);
- void activate();
- void deactivate();
-
- static QmlContext *activeContext();
-
QUrl resolvedUrl(const QUrl &);
void setBaseUrl(const QUrl &);