I just realized something . . .
commit79080bdf532d1fb445432b973df99ba9b068de4b
authorstrange <kawk256@gmail.com>
Fri, 12 Feb 2010 07:46:47 +0000 (12 00:46 -0700)
committerstrange <kawk256@gmail.com>
Fri, 12 Feb 2010 07:46:47 +0000 (12 00:46 -0700)
tree8fca7dfa3be80774a3d2e1b3f8a7e8ba99967527
parent328b7674353ee8bda0b1bb20fbe182bdec54f5ab
I just realized something . . .

. . . BiTreeNodes don't actually have to store their addresses, do they? I
suppose it depends on if I'm going to be doing any lookups from subtree heads,
rather than entire tree heads . . .

I don't think I am, to be honest. If that's true, then I can get rid of a huge
hassle . . . which, I think, is a good idea.

Watch me eat those words in, hmm. Three days.
gui/src/data/NetworkReceiver.cpp
gui/src/session/Session.cpp
gui/src/storage/AllocEvent.cpp
gui/src/storage/BiTreeNode.cpp
gui/src/storage/BiTreeNode.h
gui/src/storage/Snapshot.cpp
gui/src/storage/Snapshot.h
monitor/src/event/BlockEvent.cpp