diff --git a/modules/material_maker/nodes/simple/shape.cpp b/modules/material_maker/nodes/simple/shape.cpp index e42f2ccc8..00f7ca9f1 100644 --- a/modules/material_maker/nodes/simple/shape.cpp +++ b/modules/material_maker/nodes/simple/shape.cpp @@ -5,12 +5,7 @@ #include "../../editor/mm_graph_node.h" #include "../mm_material.h" -void MMShape::test() { - print_error("test"); -} - Ref MMShape::get_image() { - test(); return image; } diff --git a/modules/material_maker/nodes/simple/shape.h b/modules/material_maker/nodes/simple/shape.h index a584fe0cc..0b579cc78 100644 --- a/modules/material_maker/nodes/simple/shape.h +++ b/modules/material_maker/nodes/simple/shape.h @@ -31,8 +31,6 @@ public: SHAPE_TYPE_RAYS = 4, }; - void test(); - void _init_properties(); void _register_methods(MMGraphNode *mm_graph_node); void _render(const Ref &material);