summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-05-12 15:18:40 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-05-12 15:19:50 (GMT)
commite8c0dfa8173b3e6bf1b8274d183f633585a0bec5 (patch)
tree9c30ebee003ac7803fcc1cb230ac4de44d945437 /Swift/QtUI/QtChatView.h
parentf8bdaa778c1eaa5ebfbf9cede08863e923095989 (diff)
downloadswift-e8c0dfa8173b3e6bf1b8274d183f633585a0bec5.zip
swift-e8c0dfa8173b3e6bf1b8274d183f633585a0bec5.tar.bz2
Purge old code.
Resolves: #522
Diffstat (limited to 'Swift/QtUI/QtChatView.h')
-rw-r--r--Swift/QtUI/QtChatView.h2
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_;