diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-08-14 02:11:21 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-08-14 02:11:21 (GMT) |
commit | 48dc284007cbbc1dbf5c7aeee250d5ad4006dbed (patch) | |
tree | c373ee887951e0fe73c8fe327bfc63125fc4cb8e /src/declarative/fx | |
parent | 1416c6ec1819ff4bd50e7ec964591ca67239e6e0 (diff) | |
download | Qt-48dc284007cbbc1dbf5c7aeee250d5ad4006dbed.zip Qt-48dc284007cbbc1dbf5c7aeee250d5ad4006dbed.tar.gz Qt-48dc284007cbbc1dbf5c7aeee250d5ad4006dbed.tar.bz2 |
Remove unused function.
Diffstat (limited to 'src/declarative/fx')
-rw-r--r-- | src/declarative/fx/qfxitem.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h index f005d89..30d9f1e 100644 --- a/src/declarative/fx/qfxitem.h +++ b/src/declarative/fx/qfxitem.h @@ -235,8 +235,6 @@ private: void setKeyHandler(QFxKeysAttached *); - // ### move to d-pointer - void init(QFxItem *parent); friend class QmlStatePrivate; friend class QFxAnchors; friend class QFxKeysAttached; |