mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-30 16:01:51 +00:00
remove deprecated FLUID_HINT_INTEGER
This commit is contained in:
parent
7b54b07b2d
commit
b44fb5c229
1 changed files with 0 additions and 10 deletions
|
@ -95,16 +95,6 @@ extern "C" {
|
||||||
*/
|
*/
|
||||||
#define FLUID_HINT_LOGARITHMIC 0x10
|
#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_FILENAME 0x01 /**< String setting is a file name */
|
||||||
#define FLUID_HINT_OPTIONLIST 0x02 /**< Setting is a list of string options */
|
#define FLUID_HINT_OPTIONLIST 0x02 /**< Setting is a list of string options */
|
||||||
|
|
Loading…
Reference in a new issue