vcl/unx/generic/app/saldata.cxx | 12 ------------ 1 file changed, 12 deletions(-)
New commits: commit d8138cdd58a4f725bbfb50b8da3ef4927dd17a45 Author: Michael Meeks <[email protected]> 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 <[email protected]> Tested-by: Michael Meeks <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
