From e1e8d8cae38c70a2a084a115ebbee0d89aa79796 Mon Sep 17 00:00:00 2001 From: Veikko Sariola Date: Sat, 5 Dec 2020 23:19:59 +0200 Subject: [PATCH] refactor(asm): Remove unused MAX_SAMPLES macro --- include/sointu/header.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/sointu/header.inc b/include/sointu/header.inc index 5b5c929..5b0bccb 100644 --- a/include/sointu/header.inc +++ b/include/sointu/header.inc @@ -115,9 +115,6 @@ section .text ; yasm throws section redeclaration warnings if strucs are defined %define TOTAL_ROWS (MAX_PATTERNS*PATTERN_SIZE) %define SAMPLES_PER_ROW (SAMPLE_RATE*4*60/(BPM*16)) -%ifndef MAX_SAMPLES - %define MAX_SAMPLES (SAMPLES_PER_ROW*TOTAL_ROWS) -%endif %macro BEGIN_PATCH 0 SECT_DATA(params)