[epiphany] ephy-embed: remove scroll methods from embed



commit 36a1ff182877766efa44d8b61eb0bc27e7716db1
Author: Xan Lopez <xan gnome org>
Date:   Thu May 21 19:47:47 2009 +0300

    ephy-embed: remove scroll methods from embed
    
    The way to scroll now is through the adjustments bound to the view.
---
 embed/ephy-embed.h |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index bc41d93..3b6e03c 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -183,13 +183,6 @@ struct _EphyEmbedIface
 							   EphyEmbedSecurityLevel *level,
 							   char **description);
 	void		   (* show_page_certificate)	  (EphyEmbed *embed);
-	void		   (* scroll_lines)		  (EphyEmbed *embed,
-							   int num_lines);
-	void		   (* scroll_pages)		  (EphyEmbed *embed,
-							   int num_pages);
-	void		   (* scroll_pixels)		  (EphyEmbed *embed,
-							   int dx,
-							   int dy);
 	void		   (* set_print_preview_mode)	  (EphyEmbed *embed,
 							   gboolean mode);
 	int		   (* print_preview_n_pages)	  (EphyEmbed *embed);
@@ -259,16 +252,6 @@ void		  ephy_embed_get_security_level		(EphyEmbed *embed,
 
 void		  ephy_embed_show_page_certificate	(EphyEmbed *embed);
 
-/* Scroll */
-void		  ephy_embed_scroll			(EphyEmbed *embed,
-							 int num_lines);
-
-void		  ephy_embed_page_scroll		(EphyEmbed *embed,
-							 int num_pages);
-							 
-void		  ephy_embed_scroll_pixels		(EphyEmbed *embed,
-							 int dx,
-							 int dy);
 /* Document type */
 EphyEmbedDocumentType	ephy_embed_get_document_type	(EphyEmbed *embed);
 



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