From fbc3c939e2e66d3a4a2b7fee2ea0eb029e0bff6b Mon Sep 17 00:00:00 2001 From: Sean Rhea Date: Sun, 6 Sep 2009 14:08:19 -0400 Subject: [PATCH] remove unused functions --- src/PowerHist.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/PowerHist.cpp b/src/PowerHist.cpp index 86c2dfcbf..f764ca2a8 100644 --- a/src/PowerHist.cpp +++ b/src/PowerHist.cpp @@ -32,12 +32,6 @@ #include #include -static inline int -max(int a, int b) { if (a > b) return a; else return b; } - -static inline int -min(int a, int b) { if (a < b) return a; else return b; } - class penTooltip: public QwtPlotZoomer { public: