Removed unnecessary line.

svn-id: r20971
This commit is contained in:
Torbjörn Andersson 2006-02-28 09:54:09 +00:00
parent 005861cb14
commit f03958be01

View File

@ -549,7 +549,6 @@ void AdlibDriver::callbackOutput() {
}
void AdlibDriver::callbackProcess() {
_curTable = 9;
for (_curTable = 9; _curTable >= 0; --_curTable) {
if (!_outputTables[_curTable].dataptr) {
continue;