diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-22 23:18:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-22 23:45:16 +0000 |
commit | 279b71044d1a8b60452425b5b192d3dfb21a62fe (patch) | |
tree | 53b394958775ed2bc1d54c25c01b323cca48db31 /codemaker/inc | |
parent | 59a5c37d0df9b5612552c4b749191385ca0adc80 (diff) |
callcatcher: remove unused typeToPrefix
Diffstat (limited to 'codemaker/inc')
-rw-r--r-- | codemaker/inc/codemaker/commoncpp.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/codemaker/inc/codemaker/commoncpp.hxx b/codemaker/inc/codemaker/commoncpp.hxx index 5ccb5e30efcb..812dd042184f 100644 --- a/codemaker/inc/codemaker/commoncpp.hxx +++ b/codemaker/inc/codemaker/commoncpp.hxx @@ -33,8 +33,6 @@ namespace codemaker { namespace cpp { -rtl::OString typeToPrefix(TypeManager const & manager, rtl::OString const & type); - rtl::OString scopedCppName(rtl::OString const & type, bool bNoNameSpace=false, bool shortname=false); |