From 9dd016001eafb69991661d4d8bda91906d51ed78 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 8 Jan 2008 15:49:52 -0600 Subject: Remove upgradedelay and all code associated with it It wasn't even implemented correctly, and it really doesn't have a use if packagers just do their job correctly anyway for a distro. Let's not try to solve a problem with the wrong solution now. Signed-off-by: Dan McGee --- lib/libalpm/alpm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libalpm/alpm.h') diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 4faeedd3..4797fcfa 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -140,9 +140,6 @@ void alpm_option_add_ignoregrp(const char *grp); void alpm_option_set_ignoregrps(alpm_list_t *ignoregrps); int alpm_option_remove_ignoregrp(const char *grp); -time_t alpm_option_get_upgradedelay(); -void alpm_option_set_upgradedelay(time_t delay); - const char *alpm_option_get_xfercommand(); void alpm_option_set_xfercommand(const char *cmd); -- cgit v1.2.3-54-g00ecf