removed debugging messages (stable backport)
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.4@1903 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1209,7 +1209,6 @@ DWORD WINAPI remoteVstPlugin::guiEventLoop( LPVOID _param )
|
||||
|
||||
if( __threadingModel == TraditionalThreading )
|
||||
{
|
||||
_this->debugMessage( "trad\n");
|
||||
_this->initEditor();
|
||||
pthread_cond_signal( &_this->m_windowStatusChange );
|
||||
}
|
||||
@@ -1220,7 +1219,6 @@ _this->debugMessage( "trad\n");
|
||||
hInst, NULL );
|
||||
// install GUI update timer
|
||||
SetTimer( timerWindow, 1000, 50, NULL );
|
||||
_this->debugMessage( "timer done\n");
|
||||
|
||||
MSG msg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user