summaryrefslogtreecommitdiff
path: root/idl/inc/slot.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-04 12:47:08 +0200
committerNoel Grandin <noel@peralex.com>2016-02-05 09:35:28 +0200
commit8cb1c1ec2bd5a48e17fa6474336a3e1f7b092739 (patch)
tree7ad6cfa538b7756834e6ffa4dd1cc06daf415be5 /idl/inc/slot.hxx
parent353b9b43da8dadf35012d658465bc957ceb242ce (diff)
remove unused SlotId/Volatile from .SDI files
Change-Id: I29f039c2fec8433fa062c603b64afffa60e7b0d0
Diffstat (limited to 'idl/inc/slot.hxx')
-rw-r--r--idl/inc/slot.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index 7be120563d6a..ab38cbd508eb 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -33,7 +33,6 @@ class SvMetaSlot : public SvMetaAttribute
SvIdentifier aStateMethod;
SvBOOL aPseudoSlots;
- SvBOOL aVolatile;
SvBOOL aToggle;
SvBOOL aAutoUpdate;
@@ -68,10 +67,6 @@ class SvMetaSlot : public SvMetaAttribute
void SetEnumValue(SvMetaEnumValue *p)
{ pEnumValue = p; }
protected:
- void SetVolatile( bool bSet )
- {
- aVolatile = bSet;
- }
void SetToggle( bool bSet )
{
aToggle = bSet;