summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/i18n_status.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/i18n_status.hxx')
-rw-r--r--vcl/inc/unx/i18n_status.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/inc/unx/i18n_status.hxx b/vcl/inc/unx/i18n_status.hxx
index d9be17c5d288..3bc64fcca34e 100644
--- a/vcl/inc/unx/i18n_status.hxx
+++ b/vcl/inc/unx/i18n_status.hxx
@@ -50,16 +50,10 @@ public:
class I18NStatus
{
-public:
- struct ChoiceData
- {
- OUString aString;
- };
private:
SalFrame* m_pParent;
VclPtr<StatusWindow> m_pStatusWindow;
OUString m_aCurrentIM;
- ::std::vector< ChoiceData > m_aChoices;
I18NStatus();
~I18NStatus();
@@ -80,8 +74,6 @@ public:
enum ShowReason { focus, presentation, contextmap };
void show( bool bShow, ShowReason eReason );
- const ::std::vector< ChoiceData >& getChoices() const { return m_aChoices; }
-
// External Control:
/** Toggle the status window on or off.