summaryrefslogtreecommitdiffstats
path: root/src/Authoring/QT3DSDM/Systems/Qt3DSDMTransactions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/QT3DSDM/Systems/Qt3DSDMTransactions.h')
-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)
{