aboutsummaryrefslogtreecommitdiffstats
path: root/src/apoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apoint.c')
-rw-r--r--src/apoint.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/apoint.c b/src/apoint.c
index 31608d1..412f122 100644
--- a/src/apoint.c
+++ b/src/apoint.c
@@ -610,22 +610,6 @@ apoint_check_next (struct notify_app *app, long start)
}
/*
- * Returns a structure of type struct apoint_list given a structure of type
- * recur_apoint_s
- */
-struct apoint *
-apoint_recur_s2apoint_s (struct recur_apoint *p)
-{
- struct apoint *a;
-
- a = mem_malloc (sizeof (struct apoint));
- a->mesg = mem_strdup (p->mesg);
- a->start = p->start;
- a->dur = p->dur;
- return a;
-}
-
-/*
* Switch notification state.
*/
void