aboutsummaryrefslogtreecommitdiffstats
path: root/core/bsinc_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/bsinc_defs.h')
-rw-r--r--core/bsinc_defs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/bsinc_defs.h b/core/bsinc_defs.h
index 43865289..f2958231 100644
--- a/core/bsinc_defs.h
+++ b/core/bsinc_defs.h
@@ -7,10 +7,4 @@ constexpr unsigned int BSincScaleCount{1 << BSincScaleBits};
constexpr unsigned int BSincPhaseBits{5};
constexpr unsigned int BSincPhaseCount{1 << BSincPhaseBits};
-/* The maximum number of sample points for the bsinc filters. The max points
- * includes the doubling for downsampling, so the maximum number of base sample
- * points is 24, which is 23rd order.
- */
-constexpr unsigned int BSincPointsMax{48};
-
#endif /* CORE_BSINC_DEFS_H */