mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
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 {
|
||||
let mut state = self.state.lock();
|
||||
|
||||
|
|
Loading…
Reference in a new issue