summaryrefslogtreecommitdiff
path: root/vcl/osx/salsys.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/salsys.cxx')
-rw-r--r--vcl/osx/salsys.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/osx/salsys.cxx b/vcl/osx/salsys.cxx
index 5fd29a8b9acb..f10ba61b62e0 100644
--- a/vcl/osx/salsys.cxx
+++ b/vcl/osx/salsys.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "rtl/ustrbuf.hxx"
#include "vcl/button.hxx"
@@ -29,9 +28,6 @@
#include "svids.hrc"
-
-
-
AquaSalSystem::~AquaSalSystem()
{
}
@@ -154,7 +150,6 @@ int AquaSalSystem::ShowNativeMessageBox( const OUString& rTitle,
}
}
-
int nResult = NSRunAlertPanel( pTitle, @"%@", pDefText, pAltText, pOthText, pMessage );
if( pTitle )