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:
authorAntony Riakiotakis <kalast@gmail.com>2015-04-22 14:19:58 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-04-22 14:19:58 +0300
commit1044dfd965a8a0b85095ce51b34eb3876701d967 (patch)
tree6dbcdbc82c21bb79be523e453339969dd67272ff /source/blender/editors/include/ED_util.h
parenta069b8d5d8195b9eb517c604f151366b51578d1e (diff)
Fix and simplify vertical positioning and calculation of metadata
display more.
Diffstat (limited to 'source/blender/editors/include/ED_util.h')
-rw-r--r--source/blender/editors/include/ED_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_util.h b/source/blender/editors/include/ED_util.h
index 96d7828ffe9..9556c601d1f 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -42,8 +42,6 @@ void ED_editors_exit(struct bContext *C);
bool ED_editors_flush_edits(const struct bContext *C, bool for_render);
-void ED_draw_ibuf_meta_data(const bContext *C, struct ImBuf *ibuf);
-
/* ************** Undo ************************ */
/* undo.c */