From 17ecf0036d44657b954de6c8f7efd536ab5c4809 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 24 Jan 2012 11:08:48 +0000 Subject: callcatcher: update list, remove newly unused methods --- autodoc/source/parser/tokens/tkpcontx.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'autodoc/source/parser/tokens/tkpcontx.cxx') diff --git a/autodoc/source/parser/tokens/tkpcontx.cxx b/autodoc/source/parser/tokens/tkpcontx.cxx index c1979bfe6c44..06f4da58565d 100644 --- a/autodoc/source/parser/tokens/tkpcontx.cxx +++ b/autodoc/source/parser/tokens/tkpcontx.cxx @@ -31,16 +31,6 @@ // NOT FULLY DECLARED SERVICES - - -TkpNullContext G_aNullContext; - -TkpNullContext & -TkpContext::Null_() -{ - return G_aNullContext; -} - TkpNullContext::~TkpNullContext() { } -- cgit