summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-03-06 15:01:13 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-03-06 15:01:35 +0000
commit51791eaf8611287c21ad53645036a77c1dd84ddf (patch)
tree9cc7a5dd82865999e3e7771cc339d3c9e4c96146 /codemaker/inc
parent793b87411646a4a008a6ed82315d8b5c82738641 (diff)
remove misc. unused code
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/global.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/codemaker/inc/codemaker/global.hxx b/codemaker/inc/codemaker/global.hxx
index 2406305db451..3134daaefa3a 100644
--- a/codemaker/inc/codemaker/global.hxx
+++ b/codemaker/inc/codemaker/global.hxx
@@ -87,7 +87,6 @@ class FileStream
{
public:
FileStream();
- FileStream(const ::rtl::OString& name, FileAccessMode nMode = FAM_READWRITE);
virtual ~FileStream();
sal_Bool isValid();