diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-16 22:40:00 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-16 22:40:00 +0800 |
commit | 712ee00ae52fa20eb859902651c7021c386fa70c (patch) | |
tree | 0652b341f7ca1278e2501d2a2ca9fa3af1ecad20 /embed/ephy-embed-event.c | |
parent | a61667dfd9ae1dbaf88bb0353848d7f4963d3577 (diff) | |
download | gsoc2013-epiphany-712ee00ae52fa20eb859902651c7021c386fa70c.tar gsoc2013-epiphany-712ee00ae52fa20eb859902651c7021c386fa70c.tar.gz gsoc2013-epiphany-712ee00ae52fa20eb859902651c7021c386fa70c.tar.bz2 gsoc2013-epiphany-712ee00ae52fa20eb859902651c7021c386fa70c.tar.lz gsoc2013-epiphany-712ee00ae52fa20eb859902651c7021c386fa70c.tar.xz gsoc2013-epiphany-712ee00ae52fa20eb859902651c7021c386fa70c.tar.zst gsoc2013-epiphany-712ee00ae52fa20eb859902651c7021c386fa70c.zip |
Remove superflous private struct.
2004-08-16 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-event.c:
Remove superflous private struct.
Diffstat (limited to 'embed/ephy-embed-event.c')
-rw-r--r-- | embed/ephy-embed-event.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/embed/ephy-embed-event.c b/embed/ephy-embed-event.c index 5d69b67e5..d0243a111 100644 --- a/embed/ephy-embed-event.c +++ b/embed/ephy-embed-event.c @@ -27,13 +27,6 @@ #include <glib/ghash.h> #include <gtk/gtktypeutils.h> -#define EPHY_EMBED_EVENT_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_EMBED_EVENT, EphyEmbedEventPrivate)) - -struct EphyEmbedEventPrivate -{ - GHashTable *props; -}; - static void ephy_embed_event_base_init (gpointer g_class); GType |