summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-22 23:39:23 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-25 15:12:14 +0200
commitcd2fa9783d2c46f1cbd246acd5b683c386f71315 (patch)
tree778192b441eb7727ee02c3df9ccdfdf0feb9228b /sd/inc
parentRemove unused Debugging stuff (diff)
downloadcore-cd2fa9783d2c46f1cbd246acd5b683c386f71315.tar.gz
core-cd2fa9783d2c46f1cbd246acd5b683c386f71315.zip
callcatcher: remove unused method
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/sddll.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/inc/sddll.hxx b/sd/inc/sddll.hxx
index b59114de95c3..70b6b2ce56ff 100644
--- a/sd/inc/sddll.hxx
+++ b/sd/inc/sddll.hxx
@@ -67,7 +67,6 @@ public:
// DLL-init/exit-code must be linked to the DLL only
static void Init(); // called directly after loading the DLL
- static void Exit(); // called directly befor unloading the DLL
};