Bug 508760 - Remove MSVC6 support from the tree; (Jv1) nsEventQueue.h.

r=benjamin.
This commit is contained in:
Serge Gautherie 2011-04-14 12:47:41 +02:00
parent 2e34091c98
commit 031f194849

View File

@ -96,7 +96,6 @@ private:
// Page objects are linked together to form a simple deque.
struct Page; friend struct Page; // VC6!
struct Page {
struct Page *mNext;
nsIRunnable *mEvents[EVENTS_PER_PAGE];