[epiphany] ephy-home-action: remove dead code



commit 36daaa05e85989d371b9c3d3c4fd3ad49572b728
Author: Xan Lopez <xan igalia com>
Date:   Mon Jan 2 13:50:47 2012 +0100

    ephy-home-action: remove dead code

 src/ephy-home-action.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/ephy-home-action.c b/src/ephy-home-action.c
index 483d02c..83d33fd 100644
--- a/src/ephy-home-action.c
+++ b/src/ephy-home-action.c
@@ -145,13 +145,6 @@ action_name_association (GtkAction *action,
 					       EPHY_LINK_NEW_WINDOW);
 		}
 	}
-	else if (strcmp (action_name, "GoHome") == 0)
-	{
-		ephy_link_open (EPHY_LINK (action),
-				address != NULL && address[0] != '\0' ? address : "about:blank",
-				NULL,
-				ephy_link_flags_from_current_event ());
-	}
 }	
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]