diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-01-30 22:40:16 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-01-30 22:40:16 (GMT) |
commit | 34029b7c0d076f96cd35c9a87ae6303f14d4ff14 (patch) | |
tree | 6d9476018ee124defc5dd727adbf017bd8108749 /Swift/Controllers/UIInterfaces | |
parent | 6c6d21d6fdec74ae97ea653aaad799524a13447d (diff) | |
download | swift-34029b7c0d076f96cd35c9a87ae6303f14d4ff14.zip swift-34029b7c0d076f96cd35c9a87ae6303f14d4ff14.tar.bz2 |
Clickable roster header for profile edits (incomplete)
Diffstat (limited to 'Swift/Controllers/UIInterfaces')
-rw-r--r-- | Swift/Controllers/UIInterfaces/MainWindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/Controllers/UIInterfaces/MainWindow.h b/Swift/Controllers/UIInterfaces/MainWindow.h index 55087fe..125aae5 100644 --- a/Swift/Controllers/UIInterfaces/MainWindow.h +++ b/Swift/Controllers/UIInterfaces/MainWindow.h @@ -36,7 +36,6 @@ namespace Swift { boost::signal<void (StatusShow::Type, const String&)> onChangeStatusRequest; boost::signal<void ()> onSignOutRequest; - boost::signal<void ()> onEditProfileRequest; private: bool canDelete_; |