--- linuxsampler/trunk/src/common/RTMath.h 2006/01/14 14:07:47 829 +++ linuxsampler/trunk/src/common/RTMath.h 2007/05/29 23:59:36 1212 @@ -3,7 +3,7 @@ * LinuxSampler - modular, streaming capable sampler * * * * Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck * - * Copyright (C) 2005, 2006 Christian Schoenebeck * + * Copyright (C) 2005 - 2007 Christian Schoenebeck * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -84,7 +84,6 @@ } private: - static float CentsToFreqTable[CONFIG_MAX_PITCH * 1200 * 2 + 1]; static float* pCentsToFreqTable; static float* InitCentsToFreqTable();