summaryrefslogtreecommitdiff
path: root/tikzit/src/common/Graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/Graph.h')
-rw-r--r--tikzit/src/common/Graph.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tikzit/src/common/Graph.h b/tikzit/src/common/Graph.h
index d9b4a3c..e629464 100644
--- a/tikzit/src/common/Graph.h
+++ b/tikzit/src/common/Graph.h
@@ -49,8 +49,6 @@
BOOL dirty; // keep track of when inEdges and outEdges need an update
NSMutableArray *nodes;
NSMutableArray *edges;
-// NSSet *nodesCache;
-// NSSet *edgesCache;
NSMapTable *inEdges;
NSMapTable *outEdges;