X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fimpress%2Fimpress-document.c;h=9b55a4538bf6101124af9ee09e21acf79d56dc43;hb=b329a61d561198cd405721372580d05476c2240a;hp=0d58aaf61a344c36095fedceb128c1be19f00abb;hpb=75481a7c4d3b557da326c058d7b2d12958f8f018;p=evince.git diff --git a/backend/impress/impress-document.c b/backend/impress/impress-document.c index 0d58aaf6..9b55a453 100644 --- a/backend/impress/impress-document.c +++ b/backend/impress/impress-document.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" @@ -424,17 +424,6 @@ impress_document_render (EvDocument *document, return scaled_surface; } -static EvDocumentInfo * -impress_document_get_info (EvDocument *document) -{ - EvDocumentInfo *info; - - info = g_new0 (EvDocumentInfo, 1); - info->fields_mask = 0; - - return info; -} - static void impress_document_finalize (GObject *object) { @@ -474,7 +463,6 @@ impress_document_class_init (ImpressDocumentClass *klass) ev_document_class->get_n_pages = impress_document_get_n_pages; ev_document_class->get_page_size = impress_document_get_page_size; ev_document_class->render = impress_document_render; - ev_document_class->get_info = impress_document_get_info; } static GdkPixbuf *