summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-05 13:56:08 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-05 13:56:08 +1100
commit365aa206f026e15e4fcc82fc0f754e46fb15ac53 (patch)
tree409f005fed071f3399b90c9749cd7bae6b46a8e1 /include/osl
parent836320f64f8704dd150f72734192fcebebce89dd (diff)
vcl: Remove unneeded exception constants
EXC_USER and EXC_REMOTE are not used. EXC_REMOTE was actually used for the RVP (Remote Visualization Protocol), but that was apparently removed when Sun opensourced StarView! Change-Id: Icc644146d18d1ba2f6503c6fdbd9acc85cb9e75c
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/signal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osl/signal.h b/include/osl/signal.h
index 39d0ff08fd4f..539ae0d4a541 100644
--- a/include/osl/signal.h
+++ b/include/osl/signal.h
@@ -33,7 +33,6 @@ extern "C" {
#define OSL_SIGNAL_USER_RESOURCEFAILURE (OSL_SIGNAL_USER_RESERVED - 1)
#define OSL_SIGNAL_USER_X11SUBSYSTEMERROR (OSL_SIGNAL_USER_RESERVED - 2)
-#define OSL_SIGNAL_USER_RVPCONNECTIONERROR (OSL_SIGNAL_USER_RESERVED - 3)
typedef void* oslSignalHandler;