summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Client/Code/Core/Commands/CmdDataModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Client/Code/Core/Commands/CmdDataModel.h')
-rw-r--r--src/Authoring/Client/Code/Core/Commands/CmdDataModel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Authoring/Client/Code/Core/Commands/CmdDataModel.h b/src/Authoring/Client/Code/Core/Commands/CmdDataModel.h
index 7d601826..8bd8621f 100644
--- a/src/Authoring/Client/Code/Core/Commands/CmdDataModel.h
+++ b/src/Authoring/Client/Code/Core/Commands/CmdDataModel.h
@@ -87,10 +87,6 @@ protected:
SApplicationState m_BeforeDoAppState;
// The application state after this command.
SApplicationState m_AfterDoAppState;
-
-private:
- void SetConsumer(ITransactionProducer *inProducer);
- void ReleaseConsumer(ITransactionProducer *inProducer, bool inRunNotifications);
};
struct SScopedDataModelConsumer