diff options
Diffstat (limited to 'embed/ephy-request-about.h')
-rw-r--r-- | embed/ephy-request-about.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/ephy-request-about.h b/embed/ephy-request-about.h index cc441a7a3..f8e3e2343 100644 --- a/embed/ephy-request-about.h +++ b/embed/ephy-request-about.h @@ -16,9 +16,6 @@ #define EPHY_IS_REQUEST_ABOUT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EPHY_TYPE_REQUEST_ABOUT)) #define EPHY_REQUEST_ABOUT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EPHY_TYPE_REQUEST_ABOUT, EphyRequestAboutClass)) -#define EPHY_ABOUT_SCHEME "ephy-about" -#define EPHY_ABOUT_SCHEME_LEN 10 - typedef struct _EphyRequestAboutPrivate EphyRequestAboutPrivate; typedef struct { |