summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/solver.h
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-02-06 00:09:05 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-06 04:38:01 +0000
commit3f6643b92742d775f5924a348d626ea695357825 (patch)
tree3249ce046ebb7c2ed10cbd9cfe74224231e202d7 /hwpfilter/source/solver.h
parentlok: Disable map mode when calculating annotation rectangles (diff)
downloadcore-3f6643b92742d775f5924a348d626ea695357825.tar.gz
core-3f6643b92742d775f5924a348d626ea695357825.zip
default ctor is fine here
this was hiding a Wunused-variable warning Change-Id: I32bd853846bc6f56c082541109eedfdab2402c3d Reviewed-on: https://gerrit.libreoffice.org/33942 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'hwpfilter/source/solver.h')
-rw-r--r--hwpfilter/source/solver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hwpfilter/source/solver.h b/hwpfilter/source/solver.h
index 8aba94a1125b..54daf1542653 100644
--- a/hwpfilter/source/solver.h
+++ b/hwpfilter/source/solver.h
@@ -23,8 +23,6 @@
class mgcLinearSystemD
{
public:
- mgcLinearSystemD() {;}
-
static double** NewMatrix (int N);
static void DeleteMatrix (int N, double** A);
static double* NewVector (int N);