Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/depsgraph/intern/builder/deg_builder_pchanmap.h')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_pchanmap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_pchanmap.h b/source/blender/depsgraph/intern/builder/deg_builder_pchanmap.h
index 7a6ea38a0f0..0dd4062c353 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_pchanmap.h
+++ b/source/blender/depsgraph/intern/builder/deg_builder_pchanmap.h
@@ -29,10 +29,6 @@ namespace blender {
namespace deg {
struct RootPChanMap {
- /* Constructor and destructor - Create and free the internal map respectively. */
- RootPChanMap();
- ~RootPChanMap();
-
/* Debug contents of map. */
void print_debug();