summaryrefslogtreecommitdiffstats
path: root/scene/resources/material.h
diff options
context:
space:
mode:
authorclayjohn <claynjohn@gmail.com>2023-02-25 16:24:41 -0800
committerclayjohn <claynjohn@gmail.com>2023-02-26 12:28:02 -0800
commitc69b14e96e3191622c06aa1e98c7f15f1fc895d4 (patch)
tree59ea6fe8dd90524515103038b117cf1c2a0902c5 /scene/resources/material.h
parent84a80721c5308df36c7295949c76a622c5e0edb9 (diff)
downloadredot-engine-c69b14e96e3191622c06aa1e98c7f15f1fc895d4.tar.gz
Add warnings for unsupported features in mobile and gl_compatibility backends
Diffstat (limited to 'scene/resources/material.h')
-rw-r--r--scene/resources/material.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/resources/material.h b/scene/resources/material.h
index 5ea9a807d4..1fa9a24bc5 100644
--- a/scene/resources/material.h
+++ b/scene/resources/material.h
@@ -543,8 +543,6 @@ private:
static HashMap<uint64_t, Ref<StandardMaterial3D>> materials_for_2d; //used by Sprite3D, Label3D and other stuff
- void _validate_high_end(const String &text, PropertyInfo &property) const;
-
protected:
static void _bind_methods();
void _validate_property(PropertyInfo &p_property) const;