From 093dbe9478d3630ed88248b91f0450fff7887e5d Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sun, 22 Feb 2009 16:03:35 +0000 Subject: [PATCH] *** empty log message *** --- boxstack.cc | 1 - demuxerts.cc | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) 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) -- 2.39.2