Index: fpdfsdk/include/formfiller/FFL_Utils.h |
diff --git a/fpdfsdk/include/formfiller/FFL_Utils.h b/fpdfsdk/include/formfiller/FFL_Utils.h |
index 4b77aa222ec16c95e057b9a1ee91b0f8be97f1b8..c5ac2a2b878b2e75ed5bffb2babb09540a954f02 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: |