From e0f7adebbac6722935f08bcfaefafda2545855ad Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 17 Jun 2026 14:50:43 +0200 Subject: [PATCH] Remove comments related to FLTK_HAVE_PEN_SUPPORT which are now in fl_config.h.in --- config.h.in | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config.h.in b/config.h.in index db60fba99..8eebd16ea 100644 --- a/config.h.in +++ b/config.h.in @@ -356,16 +356,3 @@ */ #cmakedefine01 HAVE_CURSOR_SHAPE - -/* - * FLTK_HAVE_PEN_SUPPORT - * - * Do we have pen/tablet support for the current platform? - * See CMake option FLTK_OPTION_PEN_SUPPORT, but note that a build test - * (try_compile()) is performed to test if the option is available - * - * Note: this option is "hidden" in 'config.h', i.e. it's not (yet) - * publicly accessibe. Move this to 'fl_config.h' to make it public. - * - */ -