From 5b2d93f1bfc5d7b855017c1562f6c95bea68530b Mon Sep 17 00:00:00 2001 From: codereader Date: Thu, 14 Sep 2017 15:27:37 +0200 Subject: [PATCH] Cleanup Patch.h header --- radiant/patch/Patch.h | 5 ----- 1 file changed, 5 deletions(-) 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