mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
remove unused functions
This commit is contained in:
@@ -32,12 +32,6 @@
|
||||
#include <qwt_legend.h>
|
||||
#include <qwt_data.h>
|
||||
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user