From: Maxim Mamontov <faust.madf@gmail.com>
Date: Sun, 18 Feb 2018 17:48:08 +0000 (+0200)
Subject: Unused code.
X-Git-Tag: 2.409~21
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/8b8075db3ee961f42ce0eeb278c840aa8062d881?ds=inline

Unused code.
---

diff --git a/projects/sgconf/common_sg.cpp b/projects/sgconf/common_sg.cpp
index f87f418a..d197e982 100644
--- a/projects/sgconf/common_sg.cpp
+++ b/projects/sgconf/common_sg.cpp
@@ -290,11 +290,6 @@ void ConvertFromKOI8(const string & src, string * dst)
 ConvertKOI8(src, dst, FROM_KOI8);
 }
 //-----------------------------------------------------------------------------
-void ConvertToKOI8(const string & src, string * dst)
-{
-ConvertKOI8(src, dst, TO_KOI8);
-}
-//-----------------------------------------------------------------------------
 int RecvSetUserAnswer(const char * ans, void * d)
 {
 GetUserCbData * gucbd = static_cast<GetUserCbData*>(d);