Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-01-03 18:09:38 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-01-03 20:14:13 (GMT)
commit1ffe54671c4d242e9698f1a07276552dfdabcd07 (patch)
tree987a15b5d64cbbc77f0da76bc6303edd79d472f3 /libview/ev-view-private.h
parent383143ff3eae8e057fbe9cd4837e03ab3ea43bce (diff)
[libview] Remove presentation mode code from EvView
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index bfc6ea2..4c2457e 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -33,7 +33,6 @@
#include "ev-image.h"
#include "ev-form-field.h"
#include "ev-selection.h"
-#include "ev-transition-animation.h"
#include "ev-view-cursor.h"
#define DRAG_HISTORY 10
@@ -102,13 +101,6 @@ typedef enum {
SCROLL_TO_FIND_LOCATION,
} PendingScroll;
-typedef enum {
- EV_PRESENTATION_NORMAL,
- EV_PRESENTATION_BLACK,
- EV_PRESENTATION_WHITE,
- EV_PRESENTATION_END
-} EvPresentationState;
-
typedef struct _EvHeightToPageCache {
gint rotation;
gdouble *height_to_page;
@@ -158,16 +150,9 @@ struct _EvView {
gboolean continuous;
gboolean dual_page;
gboolean fullscreen;
- gboolean presentation;
EvSizingMode sizing_mode;
cairo_surface_t *loading_text;
- /* Presentation */
- EvPresentationState presentation_state;
- EvSizingMode sizing_mode_saved;
- double scale_saved;
- guint trans_timeout_id;
-
/* Common for button press handling */
int pressed_button;
@@ -191,12 +176,6 @@ struct _EvView {
/* Image DND */
ImageDNDInfo image_dnd_info;
- /* Goto Popup */
- GtkWidget *goto_window;
- GtkWidget *goto_entry;
-
- EvTransitionAnimation *animation;
-
/* Annotations */
GList *window_children;
EvViewWindowChild *window_child_focus;