]> git.vomp.tv Git - vompclient-marten.git/commitdiff
Removal of Message::REDRAW and BoxStack handler for it
authorChris Tallon <chris@vomp.tv>
Sun, 25 May 2008 17:02:29 +0000 (17:02 +0000)
committerChris Tallon <chris@vomp.tv>
Sun, 25 May 2008 17:02:29 +0000 (17:02 +0000)
boxstack.cc
message.h

index bcace42f43988a7e04d4395357184c7c7d561d15..2d33758e5d1fab30bf00d3df73efb633f1e4d1aa 100644 (file)
@@ -535,16 +535,5 @@ void BoxStack::processMessage(Message* m)
       update(toAdd);
       break;
     }
-    case Message::REDRAW:
-    {
-      Log::getInstance()->log("BoxStack", Log::DEBUG, "==================================================================");    
-      Log::getInstance()->log("BoxStack", Log::DEBUG, "DEPRECATED BOXSTACK REDRAW MESSAGE CALL --------------------------");    
-      Log::getInstance()->log("BoxStack", Log::DEBUG, "==================================================================");    
-      abort();
-      Boxx* toRedraw = (Boxx*)m->from;
-      Region* toRedrawRegion = (Region*)m->parameter;
-      update(toRedraw, toRedrawRegion);
-      break;
-    }
   }
 }
index 1507b616c81a812fe24a8902c6129898bbbb6eab..9b2b3efcc9063f3ba1ebbc7270c94c68284ce09a 100644 (file)
--- a/message.h
+++ b/message.h
@@ -57,7 +57,6 @@ class Message
     const static ULONG ADD_VIEW = 12;
     const static ULONG STREAM_END = 13;
     const static ULONG REDRAW_LANG = 14;
-    const static ULONG REDRAW = 15;
     const static ULONG EPG = 16;
     const static ULONG EPG_CLOSE = 17;
     const static ULONG CHANGED_OPTIONS = 18;