diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-22 10:59:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-24 07:05:03 +0100 |
commit | a78118a94efb8a13be368f73fae3f567a2d2e1e4 (patch) | |
tree | c5cf2cbce6b181462977bdde34428804d5240e34 /include/desktop | |
parent | 3ff1f462ea4b277b367048e52a068d877fe01c97 (diff) |
remove unused EXITHELPER_SECOND_OFFICE
Change-Id: If6595b9893be5ffacf0810bcd7f1ba51d42ddd0b
Reviewed-on: https://gerrit.libreoffice.org/63903
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/desktop')
-rw-r--r-- | include/desktop/exithelper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/desktop/exithelper.h b/include/desktop/exithelper.h index 76942393a4c8..4b81c68b895c 100644 --- a/include/desktop/exithelper.h +++ b/include/desktop/exithelper.h @@ -23,8 +23,6 @@ enum EExitCodes { /* e.g. used to force showing of the command line help */ EXITHELPER_NO_ERROR = 0, - /* pipe was detected - second office must terminate itself */ - EXITHELPER_SECOND_OFFICE = 1, /* an uno exception was caught during startup */ EXITHELPER_FATAL_ERROR = 77, /* user force automatic restart after crash */ |