Tag ununsed variable and make function real explicit prototype.
This commit is contained in:
@@ -303,7 +303,7 @@ void COM_execute(RenderData* rd, bNodeTree *editingtree, int rendering);
|
||||
* @brief Return a list of highlighted bnodes pointers.
|
||||
* @return
|
||||
*/
|
||||
void COM_startReadHighlights();
|
||||
void COM_startReadHighlights(void);
|
||||
|
||||
/**
|
||||
* @brief check if a bnode is highlighted
|
||||
|
||||
Reference in New Issue
Block a user