From: Chris Tallon Date: Sun, 22 Feb 2009 16:03:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: r0-3-1~7 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=093dbe9478d3630ed88248b91f0450fff7887e5d;p=vompclient.git *** empty log message *** --- diff --git a/boxstack.cc b/boxstack.cc index f7cdbb5..3d72fe9 100644 --- a/boxstack.cc +++ b/boxstack.cc @@ -246,7 +246,6 @@ void BoxStack::update(Boxx* toUpdate, Region* regionToUpdate) #ifndef WIN32 pthread_mutex_unlock(&boxLock); #else - MessageBox(0,"the evil error","error",0); ReleaseMutex(boxLock); #endif Log::getInstance()->log("BoxStack", Log::ERR, "Unlocked for update! box not inside boxstack"); diff --git a/demuxerts.cc b/demuxerts.cc index c60f4b0..9738e6b 100644 --- a/demuxerts.cc +++ b/demuxerts.cc @@ -336,10 +336,7 @@ int DemuxerTS::processTS(UCHAR* buf) if (pid == vID) packet = &vPacket; if (pid == aID) packet = &aPacket; if (pid == subID) { -#ifdef WIN32 - MessageBox(0,"sub","usb",0); -#endif - packet = &subPacket; + packet = &subPacket; } if (pid == tID) packet = &tPacket; if (packet != NULL)