summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2011-11-14 22:53:19 +0000
committerAlex Merry <dev@randomguy3.me.uk>2011-11-14 22:53:19 +0000
commit9375addec32e7e07b82bb1cd56316ae114eb34dc (patch)
tree8d54f1ab7b9778d7e0bc52aac0e9f49ec85b97f6
parent34cf65a77d609ab77163b5e18650a1303f884323 (diff)
Remove duplicate lines (fixing testconsole)
-rw-r--r--mpris2/testconsole.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/mpris2/testconsole.cpp b/mpris2/testconsole.cpp
index 365ae48..5726000 100644
--- a/mpris2/testconsole.cpp
+++ b/mpris2/testconsole.cpp
@@ -66,7 +66,6 @@ void TestConsole::interfaceError(InterfaceTest::LocationType locType, const QStr
} else {
cursor.insertText(" at ", plainFormat);
cursor.insertText(locationName(locType, location));
- cursor.insertText(locationName(locType, location));
cursor.insertText(": ");
}
cursor.insertText(desc);
@@ -81,7 +80,6 @@ void TestConsole::interfaceWarning(InterfaceTest::LocationType locType, const QS
} else {
cursor.insertText(" at ", plainFormat);
cursor.insertText(locationName(locType, location));
- cursor.insertText(locationName(locType, location));
cursor.insertText(": ");
}
cursor.insertText(desc);
@@ -96,7 +94,6 @@ void TestConsole::interfaceInfo(InterfaceTest::LocationType locType, const QStri
} else {
cursor.insertText(" at ", plainFormat);
cursor.insertText(locationName(locType, location));
- cursor.insertText(locationName(locType, location));
cursor.insertText(": ");
}
cursor.insertText(desc);