summaryrefslogtreecommitdiffstats
path: root/src/Authoring/QT3DSDM/Systems
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2018-12-11 11:15:02 +0200
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2018-12-11 11:16:48 +0200
commit40b76dc58d703b158ae1305e6bb5110b2d4b36a5 (patch)
tree99f6c667f247bde6ee0f752c6ddc68f6af892f61 /src/Authoring/QT3DSDM/Systems
parent79da939576b6e6553a0e789923d45d1c020bbe47 (diff)
parentcf54ebd6f3591c09a7d3c1e5fdde9d8be163f02d (diff)
Merge branch '2.2'
Diffstat (limited to 'src/Authoring/QT3DSDM/Systems')
-rw-r--r--src/Authoring/QT3DSDM/Systems/Qt3DSDMTransactions.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Authoring/QT3DSDM/Systems/Qt3DSDMTransactions.h b/src/Authoring/QT3DSDM/Systems/Qt3DSDMTransactions.h
index f3d47d7b..f6ed3da0 100644
--- a/src/Authoring/QT3DSDM/Systems/Qt3DSDMTransactions.h
+++ b/src/Authoring/QT3DSDM/Systems/Qt3DSDMTransactions.h
@@ -187,15 +187,6 @@ struct CTransactionConsumer : public ITransactionConsumer
}
};
-struct SIgnorantTransactionConsumer : public ITransactionConsumer
-{
- void OnTransaction(qt3dsdm::TTransactionPtr) override {}
- // Notifications to be sent for undo/redo These are used to
- // notify clients that something is different.
- void OnDoNotification(std::function<void()>) override {}
- void OnUndoNotification(std::function<void()>) override {}
-};
-
template <typename TTransactionType>
inline void RunWithConsumer(TTransactionConsumerPtr inConsumer, TTransactionType inTransaction)
{