summaryrefslogtreecommitdiff
path: root/src/components/include/resumption/last_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/resumption/last_state.h')
-rw-r--r--src/components/include/resumption/last_state.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/components/include/resumption/last_state.h b/src/components/include/resumption/last_state.h
index b28e5611b7..1f54959ffc 100644
--- a/src/components/include/resumption/last_state.h
+++ b/src/components/include/resumption/last_state.h
@@ -46,12 +46,6 @@ class LastState {
virtual ~LastState() {}
/**
- * @brief Saves dictionary to filesystem
- */
- DEPRECATED
- virtual void SaveStateToFileSystem() = 0;
-
- /**
* @brief SaveToFileSystem
* Saving dictionary to filesystem
*/
@@ -65,12 +59,6 @@ class LastState {
/**
* @brief dictionary Gets internal dictionary
- * @return Reference to internal dictionary json value
- */
- virtual Json::Value& get_dictionary() = 0;
-
- /**
- * @brief dictionary Gets internal dictionary
* @return Copy of internal dictionary json value
*/
virtual Json::Value dictionary() const = 0;