funnel: Remove unused typedefs

Remove typedefs `funnel_tree_window_t`,
`funnel_node_t`, and `funnel_progress_window_t`
as none of them are used.
This commit is contained in:
Moshe Kaplan 2020-12-29 15:59:49 -05:00 committed by AndersBroman
parent cd30f2434e
commit c7e89940b5
2 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,7 @@ extern "C" {
#endif /* __cplusplus */
typedef struct _funnel_ops_id_t funnel_ops_id_t; /* Opaque pointer to ops instance */
typedef struct _funnel_progress_window_t funnel_progress_window_t ;
typedef struct _funnel_text_window_t funnel_text_window_t ;
typedef struct _funnel_tree_window_t funnel_tree_window_t ; /* XXX Unused? */
typedef struct _funnel_node_t funnel_node_t ; /* XXX Unused? */
typedef void (*text_win_close_cb_t)(void*);

View File

@ -17,7 +17,6 @@
#include <ui/qt/filter_action.h>
struct _funnel_ops_t;
struct _funnel_progress_window_t;
struct progdlg;
class FunnelStatistics : public QObject