summaryrefslogtreecommitdiff
path: root/include/codemaker
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-23 11:22:40 +0200
committerNoel Grandin <noel@peralex.com>2016-02-24 11:48:37 +0200
commit6ddc80e53a601cdf6984e36a56cd18b2e99377bc (patch)
treeef74b5fe8b7fda44b9721c8fb9446a0c918c9b09 /include/codemaker
parent6f2d11a57fe28eceec745d025602e7470853a229 (diff)
unused enum FileAccessMode
Change-Id: I23972d65b5c8c734fd3a62d6deda53cfe1fddd61
Diffstat (limited to 'include/codemaker')
-rw-r--r--include/codemaker/global.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/codemaker/global.hxx b/include/codemaker/global.hxx
index 1f893c90e326..17f6aa0603c1 100644
--- a/include/codemaker/global.hxx
+++ b/include/codemaker/global.hxx
@@ -45,14 +45,6 @@ typedef ::std::set< ::rtl::OString, LessString > StringSet;
// FileStream
-enum FileAccessMode
-{
- FAM_READ, // "r"
- FAM_WRITE, // "w"
- FAM_READWRITE_EXIST, // "r+"
- FAM_READWRITE // "w+"
-};
-
class FileStream
{
public: