From 36a1ff182877766efa44d8b61eb0bc27e7716db1 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 21 May 2009 19:47:47 +0300 Subject: 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 file changed, 17 deletions(-) (limited to 'embed') diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index bc41d93cb..3b6e03cb6 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); -- cgit v1.2.3