aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-statusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r--src/ephy-statusbar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h
index c1a3d4146..16d88377e 100644
--- a/src/ephy-statusbar.h
+++ b/src/ephy-statusbar.h
@@ -24,7 +24,6 @@
#define EPHY_STATUSBAR_H
#include <gtk/gtkstatusbar.h>
-#include <gtk/gtktooltips.h>
G_BEGIN_DECLS
@@ -43,9 +42,6 @@ struct _EphyStatusbar
{
GtkStatusbar parent;
- /*< public >*/
- GtkTooltips *tooltips;
-
/*< private >*/
EphyStatusbarPrivate *priv;
};
@@ -62,8 +58,6 @@ GType ephy_statusbar_get_type (void);
GtkWidget *ephy_statusbar_new (void);
-GtkTooltips *ephy_statusbar_get_tooltips (EphyStatusbar *statusbar);
-
GtkWidget *ephy_statusbar_get_security_frame (EphyStatusbar *statusbar);
void ephy_statusbar_set_caret_mode (EphyStatusbar *statusbar,