summaryrefslogtreecommitdiff
path: root/basctl/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-28 17:39:47 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-29 11:07:54 +0200
commit499a46c030bf0250c585ed6cde56fc017a9c73fc (patch)
tree9d31e49ff07ec7a6aae4c0e117342beb43f5c480 /basctl/inc
parent249802f6d835f40896890f3202658a38d81b86ad (diff)
callcatcher: remove unused methods
Diffstat (limited to 'basctl/inc')
-rw-r--r--basctl/inc/iderdll.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basctl/inc/iderdll.hxx b/basctl/inc/iderdll.hxx
index 6b48b37f50c4..02e2c75bb014 100644
--- a/basctl/inc/iderdll.hxx
+++ b/basctl/inc/iderdll.hxx
@@ -46,7 +46,6 @@ public:
BasicIDEShell* GetShell() const { return pShell; }
BasicIDEData* GetExtraData();
static void Init();
- static void Exit();
static BasicIDEDLL* GetDLL();
};