Skip to content

Commit

Permalink
Cleanup Patch.h header
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Sep 14, 2017
1 parent fd37893 commit 5b2d93f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions radiant/patch/Patch.h
Expand Up @@ -2,7 +2,6 @@

#include <vector>

#include "generic/callback.h"
#include "transformlib.h"
#include "editable.h"
#include "iundo.h"
Expand Down Expand Up @@ -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;

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5b2d93f

Please sign in to comment.