summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 83595226..a47a3aae 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -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 );