From 70214054e84b920ca3bea5119bd5d1456c809054 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 4 Oct 2013 21:03:31 -0700 Subject: Remove owning slices They were hardly ever used, hid errors, and were obsoleted by baseful x'es. --- src/strings/xstring.hpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/strings/xstring.hpp') diff --git a/src/strings/xstring.hpp b/src/strings/xstring.hpp index 448d0ba..72cae1e 100644 --- a/src/strings/xstring.hpp +++ b/src/strings/xstring.hpp @@ -53,16 +53,6 @@ namespace strings iterator begin() const; iterator end() const; const FString *base() const; - - XString oslice_t(size_t o) const { return xslice_t(o); } - XString oslice_h(size_t o) const { return xslice_h(o); } - XString orslice_t(size_t no) const { return xrslice_t(no); } - XString orslice_h(size_t no) const { return xrslice_h(no); } - XString oislice_t(iterator it) const { return xislice_t(it); } - XString oislice_h(iterator it) const { return xislice_h(it); } - XString olslice(size_t o, size_t l) const { return xlslice(o, l); } - XString opslice(size_t b, size_t e) const { return xpslice(b, e); } - XString oislice(iterator b, iterator e) const { return xislice(b, e); } }; } // namespace strings -- cgit v1.2.3-70-g09d2