Remove redundant comment on deprecated method

This commit is contained in:
Alexis Fontaine 2022-04-10 23:41:33 +02:00
parent a3fef52cbf
commit 103691a000
1 changed files with 0 additions and 1 deletions

View File

@ -500,7 +500,6 @@ impl<A> DomBuilder<A> {
self.global_event_with_options(&EventOptions::default(), listener)
}
// TODO add this to the StylesheetBuilder and ClassBuilder too
#[deprecated(since = "0.5.21", note = "Use global_event_with_options instead")]
#[inline]
pub fn global_event_preventable<T, F>(self, listener: F) -> Self