From dcb9f4dfb97b684c64149f0a3c8833c58b569a6e Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Wed, 10 Dec 2008 00:46:27 +0000 Subject: [PATCH] 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 --- plugins/vst_base/remote_vst_plugin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/vst_base/remote_vst_plugin.cpp b/plugins/vst_base/remote_vst_plugin.cpp index ec02b069e..2a0b99747 100644 --- a/plugins/vst_base/remote_vst_plugin.cpp +++ b/plugins/vst_base/remote_vst_plugin.cpp @@ -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;