mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-03 16:05:20 -05:00
Remove unused typedef
This commit is contained in:
parent
cbba58914f
commit
bdeb57a2c4
1 changed files with 0 additions and 9 deletions
|
@ -31,15 +31,6 @@ typedef enum
|
|||
PREVIOUS_DIALOG = 1003
|
||||
} SwitcherMode;
|
||||
|
||||
/**
|
||||
* @param input Pointer to the user input.
|
||||
* @param data Usr data.
|
||||
*
|
||||
* Callback typedef for a switcher
|
||||
*
|
||||
* @returns SwitcherMode
|
||||
*/
|
||||
typedef SwitcherMode ( *switcher_callback )( char **input, void *data );
|
||||
typedef void ( *switcher_free )( Switcher *data );
|
||||
|
||||
typedef char * ( *get_display_value )( unsigned int selected_line, const Switcher *data, int *state, int get_entry );
|
||||
|
|
Loading…
Add table
Reference in a new issue