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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-04-13 13:19:31 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-04-13 13:19:31 +0300
commit07fc6c922493bf0f6252da663e9854b8c9d95b8b (patch)
tree9823b72f6933d323028ba8157e90c7b6db009687 /source/blender/render/extern/include/RE_render_ext.h
parent199715eabccce8d91cd4f9705762305e8f236b8c (diff)
parent332846b188d6c7463758fb8d8659785beccde63a (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/render/extern/include/RE_render_ext.h')
-rw-r--r--source/blender/render/extern/include/RE_render_ext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/render/extern/include/RE_render_ext.h b/source/blender/render/extern/include/RE_render_ext.h
index 1a1f455712e..0021687efbd 100644
--- a/source/blender/render/extern/include/RE_render_ext.h
+++ b/source/blender/render/extern/include/RE_render_ext.h
@@ -65,9 +65,6 @@ void RE_sample_material_color(
/* imagetexture.c */
void ibuf_sample(struct ImBuf *ibuf, float fx, float fy, float dx, float dy, float result[4]);
-/* zbuf.c */
-void antialias_tagbuf(int xsize, int ysize, char *rectmove);
-
/* pointdensity.c */
struct PointDensity;
@@ -89,4 +86,3 @@ void RE_point_density_sample(
void RE_point_density_free(struct PointDensity *pd);
#endif /* __RE_RENDER_EXT_H__ */
-