summaryrefslogtreecommitdiff
path: root/src/totem-options.c
diff options
context:
space:
mode:
authorJan Arne Petersen <jpetersen@jpetersen.org>2007-04-24 18:14:39 +0000
committerJan Arne Petersen <jap@src.gnome.org>2007-04-24 18:14:39 +0000
commit5b317e926490de3e38c9fa5e43b2531d4abd7c56 (patch)
treea53bfe2c66aefefb3932e58b27f4952a463c24ce /src/totem-options.c
parentff0b09a16a80aea5e55262015043ce84ca0359b7 (diff)
downloadtotem-5b317e926490de3e38c9fa5e43b2531d4abd7c56.tar.gz
Move LIRC support to a plugin (Closes: #428294)
2007-04-24 Jan Arne Petersen <jpetersen@jpetersen.org> * configure.in: * src/Makefile.am: * src/plugins/lirc/Makefile.am: * src/plugins/lirc/lirc.totem-plugin.in: * src/plugins/lirc/totem-lirc.c: (totem_lirc_plugin_class_init), (totem_lirc_plugin_init), (totem_lirc_plugin_finalize), (totem_lirc_read_code), (impl_activate), (impl_deactivate): * src/totem-options.c: * src/totem-private.h: * src/totem-remote.c: * src/totem-remote.h: * src/totem.c: (totem_action_exit), (main): * src/totem.h: Move LIRC support to a plugin (Closes: #428294) svn path=/trunk/; revision=4261
Diffstat (limited to 'src/totem-options.c')
-rw-r--r--src/totem-options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/totem-options.c b/src/totem-options.c
index 1b7978817..6134870da 100644
--- a/src/totem-options.c
+++ b/src/totem-options.c
@@ -26,7 +26,6 @@
#include <string.h>
#include <stdlib.h>
-#include "totem-remote.h"
#include "totem-options.h"
#include "totem-uri.h"
#include "bacon-video-widget.h"