Added call to testStub()

This commit is contained in:
kevin 2013-01-13 16:52:18 -08:00
parent 6194c00c56
commit 95978d21f7

View File

@ -1825,7 +1825,6 @@ kcApp* kcApp::_getApp( Fl_Widget* w )
} }
void kcApp::_testStub() void kcApp::_testStub()
{ {
/* /*
@ -1846,10 +1845,12 @@ void kcApp::_testStub()
printf("%i %i %i\n", cp->instId,cp->asSubIdx,cp->mstrFl ); printf("%i %i %i\n", cp->instId,cp->asSubIdx,cp->mstrFl );
*/ */
_printStatusCounts(); //_printStatusCounts();
//cmProcTestNoInit(&_ctx); //cmProcTestNoInit(&_ctx);
_tlCtl->testStub();
} }