summaryrefslogtreecommitdiff
path: root/vcl/inc/graphite_serverfont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/graphite_serverfont.hxx')
-rw-r--r--vcl/inc/graphite_serverfont.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/graphite_serverfont.hxx b/vcl/inc/graphite_serverfont.hxx
index 7dfde21551bc..ec002a55b771 100644
--- a/vcl/inc/graphite_serverfont.hxx
+++ b/vcl/inc/graphite_serverfont.hxx
@@ -104,10 +104,6 @@ public:
virtual ~GraphiteServerFontLayout() throw();
static bool IsGraphiteEnabledFont(ServerFont& rServerFont);
-// For use with PspGraphics
- const sal_Unicode* getTextPtr() const { return mpStr; };
- int getMinCharPos() const { return mnMinCharPos; }
- int getMaxCharPos() const { return mnEndCharPos; }
};
#endif