summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-04-07 16:58:02 -0700
committerTom Sepez <tsepez@chromium.org>2015-04-07 16:58:02 -0700
commit8d4210712a1b112d9118b7a592e0e09ad838476f (patch)
tree04d689c5d9be10d1cb1721023e297bf9d6dce1dc /fpdfsdk/include
parent34f5fc0f2a18ab03613dc6ecaf4668392d0b4423 (diff)
downloadpdfium-8d4210712a1b112d9118b7a592e0e09ad838476f.tar.xz
Land on master: FFL_MIN and FFL_MAX are pointless and stupid.
Original CL was accidentally based off of XFA. This CL is off of master. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1069553002
Diffstat (limited to 'fpdfsdk/include')
-rw-r--r--fpdfsdk/include/formfiller/FFL_Utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fpdfsdk/include/formfiller/FFL_Utils.h b/fpdfsdk/include/formfiller/FFL_Utils.h
index 4b77aa222e..c5ac2a2b87 100644
--- a/fpdfsdk/include/formfiller/FFL_Utils.h
+++ b/fpdfsdk/include/formfiller/FFL_Utils.h
@@ -9,9 +9,6 @@
#define FFL_BASE_USERUNIT 1.0f / 72.0f
-template<class T> T FFL_MIN (const T & i, const T & j) { return ((i < j) ? i : j); }
-template<class T> T FFL_MAX (const T & i, const T & j) { return ((i > j) ? i : j); }
-
class CFFL_Utils
{
public: