From b44fb5c2296f227fcca43470a653762699a8f90a Mon Sep 17 00:00:00 2001 From: derselbst Date: Sat, 16 Sep 2017 17:14:04 +0200 Subject: [PATCH] remove deprecated FLUID_HINT_INTEGER --- include/fluidsynth/settings.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/fluidsynth/settings.h b/include/fluidsynth/settings.h index 613ad770..732dd01c 100644 --- a/include/fluidsynth/settings.h +++ b/include/fluidsynth/settings.h @@ -95,16 +95,6 @@ extern "C" { */ #define FLUID_HINT_LOGARITHMIC 0x10 -/** - * Hint FLUID_HINT_INTEGER indicates that a user interface would - * probably wish to provide a stepped control taking only integer - * values. - * @deprecated - * - * As there is an integer setting type, this hint is not used. - */ -#define FLUID_HINT_INTEGER 0x20 - #define FLUID_HINT_FILENAME 0x01 /**< String setting is a file name */ #define FLUID_HINT_OPTIONLIST 0x02 /**< Setting is a list of string options */