diff options
author | Mathieu Vonlanthen <mat_von@fastmail.fm> | 2012-07-30 11:45:03 +0200 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-07-31 10:28:57 +0100 |
commit | 85cb9084533605657aca0394afe4516058a8e4ef (patch) | |
tree | 4eb93401d42c60c191fc67f05697aacf7981d6ca /vcl/inc/ios | |
parent | 7484f81faf2ee4e6bd80b9200ba48ca013434695 (diff) |
fdo#48549 System::Beep() removal
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0
Diffstat (limited to 'vcl/inc/ios')
-rw-r--r-- | vcl/inc/ios/salframe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/ios/salframe.h b/vcl/inc/ios/salframe.h index 46ff6fc17549..0c5c0b8ad008 100644 --- a/vcl/inc/ios/salframe.h +++ b/vcl/inc/ios/salframe.h @@ -143,7 +143,6 @@ public: virtual sal_Bool MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, KeyCode& rKeyCode ); virtual LanguageType GetInputLanguage(); virtual void UpdateSettings( AllSettings& rSettings ); - virtual void Beep( SoundType eSoundType ); virtual const SystemEnvData* GetSystemData() const; virtual SalPointerState GetPointerState(); virtual SalIndicatorState GetIndicatorState(); |