summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/modules.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/modules.h b/include/modules.h
index 5a9cb90e2..d889d734d 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -287,6 +287,7 @@ class CoreExport dynamic_reference_base : public interfacebase
void SetProvider(const std::string& newname);
void lookup();
operator bool();
+ static void reset_all();
};
template<typename T>
@@ -1492,9 +1493,6 @@ class CoreExport ModuleManager
/** List of data services keyed by name */
std::multimap<std::string, ServiceProvider*> DataProviders;
- /** List of all dynamic references that are currently active */
- std::vector<dynamic_reference_base*> ActiveDynrefs;
-
/** Simple, bog-standard, boring constructor.
*/
ModuleManager();