[Libreoffice-commits] core.git: vcl/unx

Michael Meeks michael.meeks at collabora.com
Thu Aug 20 14:04:30 PDT 2015


 vcl/unx/generic/app/saldata.cxx |   12 ------------
 1 file changed, 12 deletions(-)

New commits:
commit d8138cdd58a4f725bbfb50b8da3ef4927dd17a45
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Thu Aug 20 17:07:20 2015 +0100

    vcl: remove obsolete defines.
    
    Change-Id: Iaf99858f1175421f70986223695f3235f3a33905
    Reviewed-on: https://gerrit.libreoffice.org/17879
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx
index b2212a4..93285bd 100644
--- a/vcl/unx/generic/app/saldata.cxx
+++ b/vcl/unx/generic/app/saldata.cxx
@@ -59,18 +59,6 @@
 #include <tools/debug.hxx>
 #include <vcl/svapp.hxx>
 
-#ifndef UNX
-#ifndef SIGBUS
-#define SIGBUS 10
-#endif
-#ifndef SIGSEGV
-#define SIGSEGV 11
-#endif
-#ifndef SIGIOT
-#define SIGIOT SIGABRT
-#endif
-#endif
-
 X11SalData* GetX11SalData()
 {
     SalData * p1 = ImplGetSVData()->mpSalData;


More information about the Libreoffice-commits mailing list