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/fstring.hpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/strings/fstring.hpp') diff --git a/src/strings/fstring.hpp b/src/strings/fstring.hpp index 0f4f09d..8538b70 100644 --- a/src/strings/fstring.hpp +++ b/src/strings/fstring.hpp @@ -65,16 +65,6 @@ namespace strings iterator end() const; const FString *base() const; const char *c_str() const; - - TString oslice_t(size_t o) const; - SString oslice_h(size_t o) const; - TString orslice_t(size_t no) const; - SString orslice_h(size_t no) const; - TString oislice_t(iterator it) const; - SString oislice_h(iterator it) const; - SString olslice(size_t o, size_t l) const; - SString opslice(size_t b, size_t e) const; - SString oislice(iterator b, iterator e) const; }; // cxxstdio helpers -- cgit v1.2.3-60-g2f50