From 3735822e6296814391e2c8a461bb433b616e31dd Mon Sep 17 00:00:00 2001 From: bbbradsmith Date: Wed, 24 Apr 2024 00:38:30 -0400 Subject: [PATCH] fix unused variable --- core/nsf.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/nsf.cpp b/core/nsf.cpp index 8f31000..d7b4b8e 100644 --- a/core/nsf.cpp +++ b/core/nsf.cpp @@ -307,7 +307,6 @@ sint32 NSFCore::nsf_prop_int(sint32 prop, sint32 song) const { const uint8* ck = NULL; uint32 cks = 0; - const sint32 ft = nsf_type(); if (song < 0) {