[dasher: 2/21] GC CDashIntf::m_dq{Modal, Async}Messages - actually in DashIntfScreenMsgs...



commit 978f0f7ed16138e998a285bc31c367b484c59299
Author: Alan Lawrence <acl33 inf phy cam ac uk>
Date:   Fri Jul 8 19:01:04 2011 +0100

    GC CDashIntf::m_dq{Modal,Async}Messages - actually in DashIntfScreenMsgs...

 Src/DasherCore/DasherInterfaceBase.h |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/Src/DasherCore/DasherInterfaceBase.h b/Src/DasherCore/DasherInterfaceBase.h
index 8c89da0..467bf98 100644
--- a/Src/DasherCore/DasherInterfaceBase.h
+++ b/Src/DasherCore/DasherInterfaceBase.h
@@ -423,15 +423,6 @@ protected:
 
   CDasherScreen *m_DasherScreen;
 
-  /// Asynchronous (non-modal) messages to be displayed to the user, longest-ago
-  /// at the front, along with the timestamp of the frame at which each was first
-  /// displayed to the user - 0 if not yet displayed.
-  std::deque<pair<CDasherScreen::Label*, unsigned long> > m_dqAsyncMessages;
-  
-  /// Modal messages being or waiting to be displayed to the user, longest-ago
-  /// at the front, along with the timestamp when each was first displayed to the
-  /// user (0 if not yet displayed).
-  std::deque<pair<CDasherScreen::Label*, unsigned long> > m_dqModalMessages;
   
  private:
   



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]