diff --git a/src/core/textures/Texture.js b/src/core/textures/Texture.js index cc2252b..455d59c 100644 --- a/src/core/textures/Texture.js +++ b/src/core/textures/Texture.js @@ -264,24 +264,6 @@ } /** - * returns uvs - * @member PIXI.TextureUvs# - * @memberof PIXI.Texture# - */ - get uvs() - { - return this._uvs; - } - - /** - * Updates uvs accordingly to the texture - */ - updateUvs() - { - this._updateUvs(); - } - - /** * Helper function that creates a Texture object from the given image url. * If the image is not in the texture cache it will be created and loaded. *