[evince/wip/gpoo/print-preview-ui: 6/6] misc: Remove EvPageAction widget



commit ff7e243216c75715175024c55231ec84ab7de1ed
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Thu Nov 8 13:18:44 2018 -0300

    misc: Remove EvPageAction widget
    
    EvPageAction widget was the old widget for selecting a page,
    which used to be shared between the main application and the
    print previewer. It was superseded by EvPageActionWidget,
    but the previewer was pending to use it, until now. We do not
    need EvPageAction anymore.

 libmisc/Makefile.am      |   2 -
 libmisc/ev-page-action.c | 240 -----------------------------------------------
 libmisc/ev-page-action.h |  68 --------------
 libmisc/meson.build      |   1 -
 4 files changed, 311 deletions(-)
---
diff --git a/libmisc/Makefile.am b/libmisc/Makefile.am
index 498c7d53..b5522d47 100644
--- a/libmisc/Makefile.am
+++ b/libmisc/Makefile.am
@@ -1,8 +1,6 @@
 noinst_LTLIBRARIES = libevmisc.la
 
 libevmisc_la_SOURCES = \
-       ev-page-action.c        \
-       ev-page-action.h        \
        ev-page-action-widget.c \
        ev-page-action-widget.h \
        ev-search-box.c         \
diff --git a/libmisc/meson.build b/libmisc/meson.build
index 0ca909e8..b95af667 100644
--- a/libmisc/meson.build
+++ b/libmisc/meson.build
@@ -1,5 +1,4 @@
 sources = files(
-  'ev-page-action.c',
   'ev-page-action-widget.c',
   'ev-search-box.c',
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]