From ed928158bd511bef4a1150dc6c307235bbefb13d Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 19 Jun 2022 18:35:29 +0200 Subject: [PATCH] Removed the previous test. --- modules/material_maker/nodes/simple/shape.cpp | 5 ----- modules/material_maker/nodes/simple/shape.h | 2 -- 2 files changed, 7 deletions(-) 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);