summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/poppler/ProfileData.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/poppler/ProfileData.cc')
-rw-r--r--Build/source/libs/poppler/poppler-src/poppler/ProfileData.cc10
1 files changed, 1 insertions, 9 deletions
diff --git a/Build/source/libs/poppler/poppler-src/poppler/ProfileData.cc b/Build/source/libs/poppler/poppler-src/poppler/ProfileData.cc
index a0c44747a56..9e5f2d3e3cc 100644
--- a/Build/source/libs/poppler/poppler-src/poppler/ProfileData.cc
+++ b/Build/source/libs/poppler/poppler-src/poppler/ProfileData.cc
@@ -3,6 +3,7 @@
// ProfileData.cc
//
// Copyright 2005 Jonathan Blandford <jrb@gnome.org>
+// Copyright 2018 Adam Reichold <adam.reichold@t-online.de>
//
//========================================================================
@@ -12,21 +13,12 @@
#pragma implementation
#endif
-#include <stdlib.h>
-#include <stddef.h>
#include "ProfileData.h"
//------------------------------------------------------------------------
// ProfileData
//------------------------------------------------------------------------
-ProfileData::ProfileData() {
- count = 0;
- total = 0.0;
- min = 0.0;
- max = 0.0;
-}
-
void
ProfileData::addElement (double elapsed) {
if (count == 0) {