Fix -Wunused-function warning
This commit is contained in:
@@ -69,9 +69,6 @@ namespace
|
|||||||
// Local functions
|
// Local functions
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
inline double dmin(double a, double b) { return a < b ? a : b; }
|
|
||||||
inline double dmax(double a, double b) { return a > b ? a : b; }
|
|
||||||
|
|
||||||
// translate a wxColour to a Color
|
// translate a wxColour to a Color
|
||||||
inline Color wxColourToColor(const wxColour& col)
|
inline Color wxColourToColor(const wxColour& col)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user