removed debugging messages

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1902 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-12-10 00:46:00 +00:00
parent 07a85799a7
commit 2805d21634

View File

@@ -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;