diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-22 23:39:23 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-25 15:12:14 +0200 |
commit | cd2fa9783d2c46f1cbd246acd5b683c386f71315 (patch) | |
tree | 778192b441eb7727ee02c3df9ccdfdf0feb9228b /sd/inc | |
parent | 31300a1b6f84aaf548af421037f9dab5e66fe48a (diff) |
callcatcher: remove unused method
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/sddll.hxx | 1 |
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 }; |