summaryrefslogtreecommitdiff
path: root/idl/source/prj/globals.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-04 11:39:41 +0200
committerNoel Grandin <noel@peralex.com>2016-02-05 09:35:28 +0200
commit520bb089a0b41c15273f7387df95b62faa54f13e (patch)
treee5b0d381a45ebb0ba3e4405052c145f79bd515cd /idl/source/prj/globals.cxx
parent7e9b2294930da159989659c21ce4c4e5f5d0a016 (diff)
remove unused in/out/inout from .SDI files
Change-Id: Ie8bedbc8bd751752cba4f6018161c773b4bd19d0
Diffstat (limited to 'idl/source/prj/globals.cxx')
-rw-r--r--idl/source/prj/globals.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/idl/source/prj/globals.cxx b/idl/source/prj/globals.cxx
index bcb82b5cee06..fe8ff3a3cf60 100644
--- a/idl/source/prj/globals.cxx
+++ b/idl/source/prj/globals.cxx
@@ -57,9 +57,6 @@ SvGlobalHashNames::SvGlobalHashNames()
: MM_Name( INS( "Name" ) )
, MM_module( INS( "module" ) )
, MM_interface( INS( "interface" ) )
- , MM_in( INS( "in" ) )
- , MM_out( INS( "out" ) )
- , MM_inout( INS( "inout" ) )
, MM_String( INS( "String" ) )
, MM_UCHAR( INS( "UCHAR" ) )
, MM_USHORT( INS( "USHORT" ) )