summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/ChatSnippet.cpp')
-rw-r--r--Swift/QtUI/ChatSnippet.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/Swift/QtUI/ChatSnippet.cpp b/Swift/QtUI/ChatSnippet.cpp
index 4d23526..7524623 100644
--- a/Swift/QtUI/ChatSnippet.cpp
+++ b/Swift/QtUI/ChatSnippet.cpp
@@ -16,16 +16,6 @@ ChatSnippet::ChatSnippet(bool appendToPrevious) : appendToPrevious_(appendToPrev
ChatSnippet::~ChatSnippet() {
}
-QString ChatSnippet::escape(const QString& original) {
- QString result(original);
- result.replace("%message%", "%message%");
- result.replace("%sender%", "%sender%");
- result.replace("%time%", "%%time%");
- result.replace("%shortTime%", "%%shortTime%");
- result.replace("%userIconPath%", "%userIconPath%");
- return result;
-}
-
QString ChatSnippet::timeToEscapedString(const QDateTime& time) {
QDate now(QDate::currentDate());
QString date = "";