]> www.fi.muni.cz Git - evince.git/blobdiff - backend/impress/impress-document.c
[shell] Port override_restrictions gconf key to GSettings
[evince.git] / backend / impress / impress-document.c
index 0d58aaf61a344c36095fedceb128c1be19f00abb..9b55a4538bf6101124af9ee09e21acf79d56dc43 100644 (file)
@@ -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
  *
  * 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"
  */
 
 #include "config.h"
@@ -424,17 +424,6 @@ impress_document_render (EvDocument      *document,
   return scaled_surface;
 }
 
   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)
 {
 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_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 *
 }
 
 static GdkPixbuf *