summaryrefslogtreecommitdiff
path: root/vcl/ios
diff options
context:
space:
mode:
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 )