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:
Tobias Doerffel
2008-12-10 00:46:27 +00:00
parent 46fe11b395
commit dcb9f4dfb9

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;