diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-01-30 13:50:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-01-30 13:50:25 +0100 |
commit | eb7ccf863ce3e8f15e04f704bd90afa44faaaade (patch) | |
tree | 8454c394a346a642082b74118e895081ea637196 /vcl/ios | |
parent | e63bfb3035cd01983600a23ab289601dd9b2cf11 (diff) |
Remove unused DeInitSalMain
Change-Id: I8fd733fe6535cc4f9f299f53adc1821ce344a85c
Diffstat (limited to 'vcl/ios')
-rw-r--r-- | vcl/ios/source/app/salinst.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/ios/source/app/salinst.cxx b/vcl/ios/source/app/salinst.cxx index 6ff0e84cf73f..d99a18f59f14 100644 --- a/vcl/ios/source/app/salinst.cxx +++ b/vcl/ios/source/app/salinst.cxx @@ -176,12 +176,6 @@ void InitSalMain() // I doubt anything is needed on iOS } -// ----------------------------------------------------------------------- - -void DeInitSalMain() -{ -} - // ======================================================================= SalYieldMutex::SalYieldMutex() |