From 17c368af52a5862b5313dd526a4b7739d6ea95f1 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 19 Sep 2005 22:14:32 +0000 Subject: [PATCH] removed to_string() --- include/envelope.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/envelope.hpp b/include/envelope.hpp index 05086e2c3..b60c229cf 100644 --- a/include/envelope.hpp +++ b/include/envelope.hpp @@ -62,16 +62,8 @@ namespace mapnik bool operator==(const EnvelopeType &other) const; void re_center(T cx,T cy); void init(T x0,T y0,T x1,T y1); - std::string to_string() const; }; - - template - inline std::string Envelope::to_string() const - { - return "envelope - TODO"; - } - template inline std::basic_ostream& operator << (std::basic_ostream& out,