refactor(asm): Remove unused MAX_SAMPLES macro

This commit is contained in:
Veikko Sariola 2020-12-05 23:19:59 +02:00
parent 50ca02442d
commit e1e8d8cae3

View File

@ -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)