diff options
Diffstat (limited to 'lib/widgets/ephy-spinner.h')
-rw-r--r-- | lib/widgets/ephy-spinner.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/widgets/ephy-spinner.h b/lib/widgets/ephy-spinner.h index 5ea60b074..5bdc1f279 100644 --- a/lib/widgets/ephy-spinner.h +++ b/lib/widgets/ephy-spinner.h @@ -41,13 +41,6 @@ G_BEGIN_DECLS typedef struct EphySpinnerInfo EphySpinnerInfo; -struct EphySpinnerInfo -{ - gchar *name; - gchar *filename; - gchar *directory; -}; - typedef struct EphySpinner EphySpinner; typedef struct EphySpinnerClass EphySpinnerClass; typedef struct EphySpinnerDetails EphySpinnerDetails; @@ -67,8 +60,6 @@ void ephy_spinner_start (EphySpinner *throbber); void ephy_spinner_stop (EphySpinner *throbber); void ephy_spinner_set_small_mode (EphySpinner *spinner, gboolean new_mode); -GList *ephy_spinner_list_spinners (void); -void ephy_spinner_info_free (EphySpinnerInfo *info); G_END_DECLS |