diff options
| author | Kevin Smith <git@kismith.co.uk> | 2011-05-12 15:18:40 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2011-05-12 15:19:50 (GMT) | 
| commit | e8c0dfa8173b3e6bf1b8274d183f633585a0bec5 (patch) | |
| tree | 9c30ebee003ac7803fcc1cb230ac4de44d945437 /Swift/QtUI/QtChatView.h | |
| parent | f8bdaa778c1eaa5ebfbf9cede08863e923095989 (diff) | |
| download | swift-contrib-e8c0dfa8173b3e6bf1b8274d183f633585a0bec5.zip swift-contrib-e8c0dfa8173b3e6bf1b8274d183f633585a0bec5.tar.bz2  | |
Purge old code.
Resolves: #522
Diffstat (limited to 'Swift/QtUI/QtChatView.h')
| -rw-r--r-- | Swift/QtUI/QtChatView.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Swift/QtUI/QtChatView.h b/Swift/QtUI/QtChatView.h index 32741f4..8b8d330 100644 --- a/Swift/QtUI/QtChatView.h +++ b/Swift/QtUI/QtChatView.h @@ -53,7 +53,6 @@ namespace Swift {  		private:  			void headerEncode();  			void messageEncode(); -			void addQueuedSnippets();  			void addToDOM(boost::shared_ptr<ChatSnippet> snippet);  			QWebElement snippetToDOM(boost::shared_ptr<ChatSnippet> snippet); @@ -61,7 +60,6 @@ namespace Swift {  			bool isAtBottom_;  			QtWebView* webView_;  			QWebPage* webPage_; -			QList<boost::shared_ptr<ChatSnippet> > queuedSnippets_;  			QtChatTheme* theme_;  			QWebElement newInsertPoint_;  | 
 Swift