From b0b20cdecc34eaec7ff62cb68b0994a7e83780b7 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 20 Mar 2024 23:26:48 +0100 Subject: [PATCH] Remove unused macro definitions --- src/drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx b/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx index b66100999..e7406a7c9 100644 --- a/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx +++ b/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx @@ -1,7 +1,7 @@ // // Support for Cairo graphics for the Fast Light Tool Kit (FLTK). // -// Copyright 2021-2023 by Bill Spitzak and others. +// Copyright 2021-2024 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -1414,8 +1414,6 @@ void Fl_Cairo_Graphics_Driver::XDestroyRegion(Fl_Region r_) { cairo_region_destroy((cairo_region_t*)r_); } -#define fl_max(a,b) ((a) > (b) ? (a) : (b)) -#define fl_min(a,b) ((a) < (b) ? (a) : (b)) void Fl_Cairo_Graphics_Driver::restore_clip() { if (cairo_) {