Remove button event function
This commit is contained in:
parent
148c294c02
commit
355d1fca82
1 changed files with 0 additions and 9 deletions
|
@ -420,15 +420,6 @@ impl Telemetry {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn report_button_event(self: &Arc<Self>, operation: &'static str) {
|
|
||||||
let event = Event::Button {
|
|
||||||
operation,
|
|
||||||
milliseconds_since_first_event: self.milliseconds_since_first_event(),
|
|
||||||
};
|
|
||||||
|
|
||||||
self.report_event(event)
|
|
||||||
}
|
|
||||||
|
|
||||||
fn milliseconds_since_first_event(&self) -> i64 {
|
fn milliseconds_since_first_event(&self) -> i64 {
|
||||||
let mut state = self.state.lock();
|
let mut state = self.state.lock();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue