diff --git a/scene/resources/texture.h b/scene/resources/texture.h index e30f28ecb..6a00870a4 100644 --- a/scene/resources/texture.h +++ b/scene/resources/texture.h @@ -619,15 +619,6 @@ public: class GradientTexture : public Texture { GDCLASS(GradientTexture, Texture); -public: - struct Point { - float offset; - Color color; - bool operator<(const Point &p_ponit) const { - return offset < p_ponit.offset; - } - }; - private: Ref gradient; bool update_pending;