diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 14:46:29 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-03 16:40:24 +0100 |
commit | 89a8d75c12c6c67f6f7d894fec9ad3edf8839f8a (patch) | |
tree | 34677216cfa5d969e27eb0931fc3a44c19731646 /rsc | |
parent | a90d4d5f036ab7785ba72038936c6c8427b74ba8 (diff) |
Remove unused tools function.
this patch removes the unused (according to OpenGrok) GetIsoFallback
function from the tools module.
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/rscdb.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx index 2a36f69de16d..3c8d93d33ba5 100644 --- a/rsc/source/parser/rscdb.cxx +++ b/rsc/source/parser/rscdb.cxx @@ -35,7 +35,6 @@ #include <tools/fsys.hxx> #include <tools/rc.h> -#include <tools/isofallback.hxx> #include <rtl/strbuf.hxx> #include <sal/macros.h> |