summaryrefslogtreecommitdiffstats
path: root/emfio
diff options
context:
space:
mode:
Diffstat (limited to 'emfio')
-rw-r--r--emfio/inc/wmfreader.hxx1
-rw-r--r--emfio/source/reader/wmfreader.cxx3
2 files changed, 0 insertions, 4 deletions
diff --git a/emfio/inc/wmfreader.hxx b/emfio/inc/wmfreader.hxx
index 4054141f0f0c..9e1059d63760 100644
--- a/emfio/inc/wmfreader.hxx
+++ b/emfio/inc/wmfreader.hxx
@@ -47,7 +47,6 @@ namespace emfio
sal_uInt32 mnEMFSize;
sal_uInt32 mnSkipActions;
- sal_uInt32 mnCurrentAction;
// eventually handed over external header
const WmfExternal* mpExternalHeader;
diff --git a/emfio/source/reader/wmfreader.cxx b/emfio/source/reader/wmfreader.cxx
index 83e7ca6e81d7..f93eb0cbc31a 100644
--- a/emfio/source/reader/wmfreader.cxx
+++ b/emfio/source/reader/wmfreader.cxx
@@ -1364,7 +1364,6 @@ namespace emfio
sal_uInt16 nFunction;
mnSkipActions = 0;
- mnCurrentAction = 0;
mpEMFStream.reset();
mnEMFRecCount = 0;
@@ -1388,7 +1387,6 @@ namespace emfio
bool bEMFAvailable = false;
while( true )
{
- mnCurrentAction++;
mpInputStream->ReadUInt32(mnRecSize).ReadUInt16( nFunction );
if (
@@ -1854,7 +1852,6 @@ namespace emfio
, mnEMFRec(0)
, mnEMFSize(0)
, mnSkipActions(0)
- , mnCurrentAction(0)
, mpExternalHeader(pExternalHeader)
{
}