From 7d753f38cc5e97bdfbbbf2b918aa5397e5249342 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Bezdi=C4=8Dka?= <255993@mail.muni.cz> Date: Sun, 24 Apr 2011 15:12:30 +0200 Subject: [PATCH] [dualscreen] remove documentation, I have to redo it --- shell/ev-dualscreen.c | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/shell/ev-dualscreen.c b/shell/ev-dualscreen.c index bdf695ff..98e9322c 100644 --- a/shell/ev-dualscreen.c +++ b/shell/ev-dualscreen.c @@ -124,9 +124,6 @@ ev_dscwindow_presentation_page_changed_cb (EvViewPresentation *pview, ev_document_model_set_page(ev_dscwindow->priv->notes_model, page); } -/** - * ev_dscwindow_notes_interaction: User wants to load a different file as notes. - **/ static gboolean ev_dscwindow_notes_interaction (GtkContainer *container, EvDSCWindow *ev_dscwindow) { @@ -178,13 +175,6 @@ ev_dscwindow_notes_interaction (GtkContainer *container, EvDSCWindow *ev_dscwind return TRUE; } -/** - * ev_dscwindow_get_control: Get the control instance. - * - * If there is none, create one. - * - * Returns: control instance - **/ EvDSCWindow * ev_dscwindow_get_control (void) { @@ -262,9 +252,6 @@ ev_dscwindow_set_presentation (EvDSCWindow *ev_dscwindow, ev_dscwindow_window_placement (ev_dscwindow); } -/** - * ev_dscwindow_end: Destroy control window but keep presentation - */ static gboolean ev_dscwindow_end (GtkWidget *widget, GdkEvent *event) { @@ -272,13 +259,6 @@ ev_dscwindow_end (GtkWidget *widget, GdkEvent *event) return TRUE; } -/** - * ev_dscwindow_init: Initialize multihead presentation -* -* @ev_dscwindow: EvDSCWindow. -* -* ev_dscwindow_set_presentation has to be called afterwards for loading in a document. TBD -**/ static void ev_dscwindow_init (EvDSCWindow *ev_dscwindow) { -- 2.39.3