From 103274c655d5eed254b552ed5cf19265cd8f98f2 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 29 Jan 2014 15:23:00 +0100 Subject: Remove old timer-applet --- configure.ac | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 68011189..9bd24188 100644 --- a/configure.ac +++ b/configure.ac @@ -437,15 +437,6 @@ dnl *************************************************************************** enable_stickynotes="yes" AM_CONDITIONAL(BUILD_STICKYNOTES_APPLET, test "x$enable_stickynotes" = "xyes") -dnl *************************************************************************** -dnl *** Timer applet specific checks *** -dnl *************************************************************************** -AC_ARG_ENABLE([timer-applet], - AC_HELP_STRING([--enable-timer-applet], [Enable the timer applet.]), - enable_timerapplet=$enableval, - enable_timerapplet=no) -AM_CONDITIONAL(BUILD_TIMER_APPLET, test "x$enable_timerapplet" = "xyes") - dnl *************************************************************************** dnl *** keyboard accessibility status applet check *** dnl *************************************************************************** @@ -705,14 +696,6 @@ cpufreq/src/cpufreq-selector/Makefile cpufreq/pixmaps/Makefile cpufreq/help/Makefile timerapplet/Makefile -timer-applet/Makefile -timer-applet/data/Makefile -timer-applet/images/Makefile -timer-applet/src/Makefile -timer-applet/src/timerapplet/Makefile -timer-applet/src/timerapplet/controllers/Makefile -timer-applet/src/timerapplet/core/Makefile -timer-applet/src/timerapplet/ui/Makefile command/Makefile null_applet/Makefile ]) @@ -747,7 +730,6 @@ mate-applets-$VERSION configure summary: - stickynotes $enable_stickynotes - timerapplet $HAVE_LIBNOTIFY - trashapplet always - - timer-applet $enable_timerapplet Using DBUS: $HAVE_DBUS Using NetworkManager: $HAVE_NETWORKMANAGER -- cgit v1.2.1