Skip to content

Commit

Permalink
xscreensaver: remove unused plugin
Browse files Browse the repository at this point in the history
xdg-screensaver has higher priority, so xscreensaver was never used.
  • Loading branch information
Rémi Denis-Courmont committed Dec 7, 2012
1 parent beec9e7 commit c8f8e47
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 173 deletions.
1 change: 0 additions & 1 deletion modules/LIST
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ $Id$
* xcb_xv: a XVideo video output using XCB
* xdg_screensaver: xdg-utils screensaver inhibition
* xml: LibXML xml parser
* xscreensaver: Xscreensaver inhibition
* yuv: yuv video output
* yuv_rgb_neon: yuv->RGB chroma converter for NEON devices
* yuvp: YUVP to YUVA/RGBA chroma converter
Expand Down
6 changes: 1 addition & 5 deletions modules/misc/Modules.am
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@ endif
libxdg_screensaver_plugin_la_SOURCES = inhibit/xdg.c
libxdg_screensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
libxdg_screensaver_plugin_la_LIBADD = $(AM_LIBADD)
libxscreensaver_plugin_la_SOURCES = inhibit/xscreensaver.c
libxscreensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
libxscreensaver_plugin_la_LIBADD = $(AM_LIBADD)
if HAVE_XCB
libvlc_LTLIBRARIES += \
libxdg_screensaver_plugin.la \
libxscreensaver_plugin.la
libxdg_screensaver_plugin.la
endif

libdbus_screensaver_plugin_la_SOURCES = inhibit/dbus.c
Expand Down
166 changes: 0 additions & 166 deletions modules/misc/inhibit/xscreensaver.c

This file was deleted.

1 change: 0 additions & 1 deletion po/POTFILES.in
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,6 @@ modules/misc/gnutls.c
modules/misc/inhibit/dbus.c
modules/misc/inhibit/mce.c
modules/misc/inhibit/xdg.c
modules/misc/inhibit/xscreensaver.c
modules/misc/logger.c
modules/misc/osd/osd_menu.c
modules/misc/osd/osd_menu.h
Expand Down

0 comments on commit c8f8e47

Please sign in to comment.