diff options
-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 ) {}; }; |