summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/paminit.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-30 14:54:47 +0200
committerNoel Grandin <noel@peralex.com>2016-08-31 10:00:07 +0200
commit12b4d982c2f0dbebd2380823f3f63fe30e219f09 (patch)
treeb1b1573feffb9a7d2af5edb36549aa657d7b319e /sw/source/core/crsr/paminit.cxx
parentf0a563cce1c6e6f6babbe33bc3382d4ad4439754 (diff)
Get rid of a pointless indirect function pointer variable
Change-Id: I913a6be200b78790f465d2672d6da22a3b8d2b73
Diffstat (limited to 'sw/source/core/crsr/paminit.cxx')
-rw-r--r--sw/source/core/crsr/paminit.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/core/crsr/paminit.cxx b/sw/source/core/crsr/paminit.cxx
index e21e7bf5277f..9362d111365c 100644
--- a/sw/source/core/crsr/paminit.cxx
+++ b/sw/source/core/crsr/paminit.cxx
@@ -19,7 +19,6 @@
#include <pam.hxx>
#include <pamtyp.hxx>
-#include <trvlreg.hxx>
static SwMoveFnCollection aFwrd = {
/* fnNd */ &GoNext,
@@ -52,10 +51,6 @@ SwMoveFnCollection const & fnSectionEnd = aBwrd;
SwMoveFnCollection const & fnTableStart = aFwrd;
SwMoveFnCollection const & fnTableEnd = aBwrd;
-SwWhichRegion fnRegionPrev = &GotoPrevRegion;
-SwWhichRegion fnRegionCurr = &GotoCurrRegion;
-SwWhichRegion fnRegionCurrAndSkip = &GotoCurrRegionAndSkip;
-SwWhichRegion fnRegionNext = &GotoNextRegion;
SwMoveFnCollection const & fnRegionStart = aFwrd;
SwMoveFnCollection const & fnRegionEnd = aBwrd;