diff --git a/radiant/patch/Patch.h b/radiant/patch/Patch.h index 2a912ba329..277a83cb18 100644 --- a/radiant/patch/Patch.h +++ b/radiant/patch/Patch.h @@ -2,7 +2,6 @@ #include -#include "generic/callback.h" #include "transformlib.h" #include "editable.h" #include "iundo.h" @@ -117,9 +116,6 @@ class Patch : // Allocate callback: pass the allocate call to all the observers void onAllocate(std::size_t size); - // For the TransformNode implementation (localToParent() is abstract and needs to be here), returns identity - const Matrix4& localToParent() const; - // Return the interally stored AABB const AABB& localAABB() const override; @@ -274,7 +270,6 @@ class Patch : void ScaleTexture(float s, float t); void RotateTexture(float angle); void SetTextureRepeat(float s, float t); // call with s=1 t=1 for FIT - void CapTexture(); void NaturalTexture(); // Aligns the patch texture along the given side/border - if possible