summaryrefslogtreecommitdiff
path: root/vcl/source/glyphs
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-27 09:13:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-27 09:13:00 +0200
commit03d4d4b3f2a5309f3eb6b2bd9073f016e08fd3df (patch)
tree4b416e1e0da75bcbe5ca69e41d291921d6030cff /vcl/source/glyphs
parent6bd609d8451c08504c47c86196c508a7022dd4b7 (diff)
loplugin:unreffun
Change-Id: I2afc1cd5ed813f768f06ad0db651fb9e8e81d844
Diffstat (limited to 'vcl/source/glyphs')
-rw-r--r--vcl/source/glyphs/graphite_layout.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/source/glyphs/graphite_layout.cxx b/vcl/source/glyphs/graphite_layout.cxx
index 53435779d9e5..b365eb38f913 100644
--- a/vcl/source/glyphs/graphite_layout.cxx
+++ b/vcl/source/glyphs/graphite_layout.cxx
@@ -95,16 +95,6 @@ namespace
return !(b > i) && i < e;
}
- template<typename T>
- inline bool is_subrange(const T sb, const T se, const T b, const T e) {
- return !(b > sb || se > e);
- }
-
- template<typename T>
- inline bool is_subrange(const std::pair<T, T> &s, const T b, const T e) {
- return is_subrange(s.first, s.second, b, e);
- }
-
int findSameDirLimit(const sal_Unicode* buffer, int charCount, bool rtl)
{
UErrorCode status = U_ZERO_ERROR;