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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-05-15 14:47:48 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-05-15 14:52:17 +0300
commit1f96dd2e0bb7440002b24c98e4c9d7daa44f2ebd (patch)
tree7ef1f953b28026e09aa0eab25294c3414f4d98a4 /source/blender/compositor/COM_compositor.h
parentb60f80e9b312fa152205fcfc0ed8670c1ce7c63d (diff)
Fix T51348: Node highlighting is broken
This feature was disabled in the code but not in the interface. Removing the code, since it needs full re-implementation anyway.
Diffstat (limited to 'source/blender/compositor/COM_compositor.h')
-rw-r--r--source/blender/compositor/COM_compositor.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/blender/compositor/COM_compositor.h b/source/blender/compositor/COM_compositor.h
index a5d7704a708..3b24f9c69a2 100644
--- a/source/blender/compositor/COM_compositor.h
+++ b/source/blender/compositor/COM_compositor.h
@@ -331,19 +331,6 @@ void COM_deinitialize(void);
*/
// void COM_clearCaches(void); // NOT YET WRITTEN
-/**
- * @brief Return a list of highlighted bnodes pointers.
- * @return
- */
-void COM_startReadHighlights(void);
-
-/**
- * @brief check if a bnode is highlighted
- * @param bnode
- * @return
- */
-int COM_isHighlightedbNode(bNode *bnode);
-
#ifdef __cplusplus
}
#endif