sources/coloredline.cpp

branch
protocol5
changeset 134
644935ff6bc1
parent 133
4d8fa5394d67
child 141
d9073c13dc98
--- a/sources/coloredline.cpp	Wed Jul 20 13:20:32 2016 +0300
+++ b/sources/coloredline.cpp	Wed Jul 20 13:21:46 2016 +0300
@@ -160,14 +160,6 @@
 
 // -------------------------------------------------------------------------------------------------
 //
-void ColoredLine::add_string (const String& text)
-{
-	for (char a : text)
-		add_char (a);
-}
-
-// -------------------------------------------------------------------------------------------------
-//
 void ColoredLine::activate_color (Color color, bool bold)
 {
 	if (m_boldActive)

mercurial