code cleanup: remove unused macros, commet some which may be useful later - or good to keep for completeness. quieted some warnings and add flags -Wmissing-include-dirs and -Wno-div-by-zero to cmake/gcc
This commit is contained in:
@@ -49,8 +49,6 @@
|
||||
#include <assert.h>
|
||||
#include "node_texture_util.h"
|
||||
|
||||
#define PREV_RES 128 /* default preview resolution */
|
||||
|
||||
static void tex_call_delegate(TexDelegate *dg, float *out, TexParams *params, short thread)
|
||||
{
|
||||
if (dg->node->need_exec) {
|
||||
|
||||
Reference in New Issue
Block a user