Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-01-28 14:06:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-28 14:06:53 +0300
commit66e6cd53157274e0384b65ff6a437d2dcf6d3a9f (patch)
tree6f3b158424297b38c9667d6501d5dcf3e91beeda /source/blender/blenkernel/BKE_texture.h
parentc0f88ed8a860026e32ec6a06287fcf9394b4cf0a (diff)
Cleanup: unused struct declarations
Diffstat (limited to 'source/blender/blenkernel/BKE_texture.h')
-rw-r--r--source/blender/blenkernel/BKE_texture.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_texture.h b/source/blender/blenkernel/BKE_texture.h
index 281a30a2985..a2ad30fe966 100644
--- a/source/blender/blenkernel/BKE_texture.h
+++ b/source/blender/blenkernel/BKE_texture.h
@@ -45,7 +45,6 @@ struct Lamp;
struct MTex;
struct Main;
struct Material;
-struct OceanTex;
struct ParticleSettings;
struct PointDensity;
struct Tex;