diff options
Diffstat (limited to 'libemail-engine/mail-mt.h')
-rw-r--r-- | libemail-engine/mail-mt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libemail-engine/mail-mt.h b/libemail-engine/mail-mt.h index 8ac8b8c293..b8c9923b04 100644 --- a/libemail-engine/mail-mt.h +++ b/libemail-engine/mail-mt.h @@ -99,9 +99,6 @@ void mail_msg_unordered_push (gpointer msg); void mail_msg_fast_ordered_push (gpointer msg); void mail_msg_slow_ordered_push (gpointer msg); -/* To implement the stop button */ -void mail_cancel_all (void); - /* Call a function in the GUI thread, wait for it to return, type is * the marshaller to use. FIXME This thing is horrible, please put * it out of its misery. */ |