[dasher: 180/217] Cleanup



commit 11fa6a32c9555a95961476a3c086db7bb36f291b
Author: Ada Majorek <amajorek google com>
Date:   Thu Jan 21 15:35:05 2016 -0800

    Cleanup

 Src/DasherCore/DasherTypes.h |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/Src/DasherCore/DasherTypes.h b/Src/DasherCore/DasherTypes.h
index 1b5126e..8de53bc 100644
--- a/Src/DasherCore/DasherTypes.h
+++ b/Src/DasherCore/DasherTypes.h
@@ -61,18 +61,6 @@ namespace Dasher {
     enum ScreenOrientations { AlphabetDefault = -2, LeftToRight = 0, RightToLeft = 1, TopToBottom = 2, 
BottomToTop = 3 };
     enum FontSize { Normal = 1, Big = 2, VBig = 4 };
   }
-  struct ControlTree {
-    void *pointer;
-    int data;
-    int type;
-    int colour;
-    std::string text;
-    ControlTree *parent;
-    ControlTree *children;
-    ControlTree *next;
-    ControlTree():pointer(NULL), data(0), type(0), colour(0), text(""), parent(NULL), children(NULL), 
next(NULL) {
-    };
-  };
 
   // Types added so model can report back what it has done for
   // user logging purposes.


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