Drop leftover function for toolbar style

This commit is contained in:
Simon Steinbeiss
2021-01-04 00:47:35 +01:00
committed by Simon Steinbeiß
parent 6af11c82b7
commit f4e9726e20
2 changed files with 0 additions and 33 deletions

View File

@@ -31,15 +31,4 @@ XtmSettings * xtm_settings_get_default (void);
typedef enum
{
XTM_TOOLBAR_STYLE_DEFAULT,
XTM_TOOLBAR_STYLE_SMALL,
XTM_TOOLBAR_STYLE_LARGE,
XTM_TOOLBAR_STYLE_TEXT,
} XtmToolbarStyle;
GType xtm_toolbar_style_get_type (void);
#define XTM_TYPE_TOOLBAR_STYLE (xtm_toolbar_style_get_type ())
#endif /* !SETTINGS_H */