1
1

Cleanup: Remove unused define

References to `SEQ_CACHE_COST_MAX` were removed in 38b77ef8b2.
This commit is contained in:
2021-05-20 04:25:56 +02:00
parent 47e88345a1
commit acba8f617b

View File

@@ -44,8 +44,6 @@ enum {
SEQ_SIDE_NO_CHANGE,
};
#define SEQ_CACHE_COST_MAX 10.0f
/* seq_dupli' flags */
#define SEQ_DUPE_UNIQUE_NAME (1 << 0)
#define SEQ_DUPE_CONTEXT (1 << 1)