summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladvoic@gmail.com>2011-05-23 19:57:30 (GMT)
committerVlad Voicu <vladvoic@gmail.com>2011-05-23 20:01:27 (GMT)
commit3b67cd080dddf75e1ddefe2c7c940ace5190abd2 (patch)
tree8d2631c66e088d1c68b072a36cc3f7fa3c73251c /Swift/Controllers/ViewHistoryController.h
parent8a104f454bbb806947caffdd5b46294b8ebd60df (diff)
downloadswift-contrib-3b67cd080dddf75e1ddefe2c7c940ace5190abd2.zip
swift-contrib-3b67cd080dddf75e1ddefe2c7c940ace5190abd2.tar.bz2
Roster Controller deletion from HistoryController
Diffstat (limited to 'Swift/Controllers/ViewHistoryController.h')
-rw-r--r--Swift/Controllers/ViewHistoryController.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Swift/Controllers/ViewHistoryController.h b/Swift/Controllers/ViewHistoryController.h
index 1e806f9..39f23be 100644
--- a/Swift/Controllers/ViewHistoryController.h
+++ b/Swift/Controllers/ViewHistoryController.h
@@ -12,7 +12,6 @@ namespace Swift {
class UIEventStream;
class ViewHistoryWindowFactory;
class ViewHistoryWindow;
- class RosterController;
class ViewHistoryController {
public:
ViewHistoryController(ViewHistoryWindowFactory* viewHistoryWindowFactory, UIEventStream* uiEventStream);
@@ -21,7 +20,6 @@ namespace Swift {
private:
void handleUIEvent(UIEvent::ref event);
- RosterController* rosterController;
ViewHistoryWindowFactory* viewHistoryWindowFactory;
UIEventStream* uiEventStream;
ViewHistoryWindow* viewHistoryWindow;