summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qhistorystate.cpp
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-05-22 08:29:04 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-05-22 08:29:04 (GMT)
commit72798fc4dfc1af73cde542f9017dfec5cb020173 (patch)
treed8c0f99e3400462285447c060a9ea61e4d95a163 /src/corelib/statemachine/qhistorystate.cpp
parent6b7c7d6f0b0330571a6868f53d27a30132d4b736 (diff)
downloadQt-72798fc4dfc1af73cde542f9017dfec5cb020173.zip
Qt-72798fc4dfc1af73cde542f9017dfec5cb020173.tar.gz
Qt-72798fc4dfc1af73cde542f9017dfec5cb020173.tar.bz2
kill unused private functions
Diffstat (limited to 'src/corelib/statemachine/qhistorystate.cpp')
-rw-r--r--src/corelib/statemachine/qhistorystate.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/corelib/statemachine/qhistorystate.cpp b/src/corelib/statemachine/qhistorystate.cpp
index d1b2391..517faa8 100644
--- a/src/corelib/statemachine/qhistorystate.cpp
+++ b/src/corelib/statemachine/qhistorystate.cpp
@@ -126,11 +126,6 @@ QHistoryStatePrivate *QHistoryStatePrivate::get(QHistoryState *q)
return q->d_func();
}
-const QHistoryStatePrivate *QHistoryStatePrivate::get(const QHistoryState *q)
-{
- return q->d_func();
-}
-
/*!
Constructs a new shallow history state with the given \a parent state.
*/