From 88ae241f9ed612041aa97fb0027d95169f89a026 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 09 May 2006 18:00:47 +0000 Subject: Fix some memory leaks. 2006-05-09 Carlos Garcia Campos * pdf/ev-poppler.cc: * shell/ev-application.[ch]: * shell/main.c: Fix some memory leaks. --- (limited to 'shell/ev-application.h') diff --git a/shell/ev-application.h b/shell/ev-application.h index 2202a9a..0c562c0 100644 --- a/shell/ev-application.h +++ b/shell/ev-application.h @@ -35,7 +35,6 @@ G_BEGIN_DECLS typedef struct _EvApplication EvApplication; typedef struct _EvApplicationClass EvApplicationClass; -typedef struct _EvApplicationPrivate EvApplicationPrivate; #define EV_TYPE_APPLICATION (ev_application_get_type ()) #define EV_APPLICATION(object) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_APPLICATION, EvApplication)) -- cgit v0.9.1