summaryrefslogtreecommitdiff
path: root/vcl/ios
diff options
context:
space:
mode:
authorMathieu Vonlanthen <mat_von@fastmail.fm>2012-07-30 11:45:03 +0200
committerNoel Power <noel.power@novell.com>2012-07-31 10:28:57 +0100
commit85cb9084533605657aca0394afe4516058a8e4ef (patch)
tree4eb93401d42c60c191fc67f05697aacf7981d6ca /vcl/ios
parent7484f81faf2ee4e6bd80b9200ba48ca013434695 (diff)
fdo#48549 System::Beep() removal
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0
Diffstat (limited to 'vcl/ios')
-rw-r--r--vcl/ios/source/window/salframe.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/vcl/ios/source/window/salframe.cxx b/vcl/ios/source/window/salframe.cxx
index c86aa7d2ff42..2748f0a925e7 100644
--- a/vcl/ios/source/window/salframe.cxx
+++ b/vcl/ios/source/window/salframe.cxx
@@ -767,21 +767,6 @@ const SystemEnvData* IosSalFrame::GetSystemData() const
// -----------------------------------------------------------------------
-void IosSalFrame::Beep( SoundType eSoundType )
-{
- switch( eSoundType )
- {
- case SOUND_DISABLE:
- // don't beep
- break;
- default:
- // ???
- break;
- }
-}
-
-// -----------------------------------------------------------------------
-
void IosSalFrame::SetPosSize(long /*nX*/, long /*nY*/, long /*nWidth*/, long /*nHeight*/, sal_uInt16 nFlags)
{
if ( !mpWindow )