From 3047ed6100a56a529f26e43ada0a3fc3c3815c3e Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 8 Nov 2019 19:49:40 +0300 Subject: [texo] Full rewrite of inner representation. --- src/str.cpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/str.cpp (limited to 'src/str.cpp') diff --git a/src/str.cpp b/src/str.cpp deleted file mode 100644 index 463a8dc..0000000 --- a/src/str.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include "str.hpp" - - -TexoExporterString::TexoExporterString(ScriptVariable &str): str(str) -{} - -void TexoExporterString::Put(char c) -{ - str += c; -} - -void TexoExporterString::Put(const ScriptVariable &addon) -{ - str += addon; -} -- cgit v1.2.3