diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-03-03 21:33:27 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-03-03 21:33:27 +0200 |
commit | 599dff308a5cb0e9ca4337839493742839abded2 (patch) | |
tree | 692e7973d7740b42afbe6201e740eafee3b57b87 | |
parent | fca1147953989ef26e641e2ee9bb7e6390a69dd6 (diff) |
loplugin:unreffun
Change-Id: I13b718ae04c30d02003fa31322de655f9386b815
-rw-r--r-- | sc/source/core/tool/interpr8.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr8.cxx b/sc/source/core/tool/interpr8.cxx index f88d3c2683e9..762ae93c7a92 100644 --- a/sc/source/core/tool/interpr8.cxx +++ b/sc/source/core/tool/interpr8.cxx @@ -25,7 +25,6 @@ struct DataPoint { double X, Y; - DataPoint() : X( 0.0 ), Y( 0.0 ) {}; DataPoint( double rX, double rY ) : X( rX ), Y( rY ) {}; }; |