aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--src/session.c3
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c2aa90e1..e89b65e11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
* src/session.c: (parse_embed):
+ Remove unused variables.
+
+ Patch from Christian Persch <chpe+gnomebugz@stud.uni-saarland.de>
+
+2003-04-30 David Bordoley <bordoley@msu.edu>
+
+ * src/session.c: (parse_embed):
+
Use ephy_shell_new_tab instead of doing
exactly the same work itself.
diff --git a/src/session.c b/src/session.c
index ed5a48b69..344b2faf1 100644
--- a/src/session.c
+++ b/src/session.c
@@ -543,9 +543,6 @@ session_save (Session *session,
static void
parse_embed (xmlNodePtr child, EphyWindow *window)
{
- EphyTab *tab;
- EphyEmbed *embed;
-
while (child != NULL)
{
if (strcmp (child->name, "embed") == 0)