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/salframe.hxx | |
parent | 7484f81faf2ee4e6bd80b9200ba48ca013434695 (diff) |
fdo#48549 System::Beep() removal
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0
Diffstat (limited to 'vcl/inc/salframe.hxx')
-rw-r--r-- | vcl/inc/salframe.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx index cd3f3b977575..30608cd8ed28 100644 --- a/vcl/inc/salframe.hxx +++ b/vcl/inc/salframe.hxx @@ -35,7 +35,6 @@ #ifdef __cplusplus #include <vcl/ptrstyle.hxx> -#include <vcl/sndstyle.hxx> #endif // __cplusplus #include <salwtype.hxx> @@ -215,8 +214,6 @@ public: virtual void UpdateSettings( AllSettings& rSettings ) = 0; - virtual void Beep( SoundType eSoundType ) = 0; - // returns system data (most prominent: window handle) virtual const SystemEnvData* GetSystemData() const = 0; |