Skip to content

Commit

Permalink
Remove squawk related code (it does not work)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbzweihander committed Jun 8, 2023
1 parent db7f12b commit 419d9db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ struct TacviewObject {
ty: Option<HashSet<Tag>>,
callsign: Option<String>,
pilot: Option<String>,
squawk: Option<String>,
group: Option<String>,
coalition: Option<String>,
}
Expand Down Expand Up @@ -238,9 +237,6 @@ impl TacviewState {
ObjectProperty::Pilot(value) => {
object.pilot = Some(value);
}
ObjectProperty::Squawk(value) => {
object.squawk = Some(value);
}
ObjectProperty::Group(value) => {
object.group = Some(value);
}
Expand Down

0 comments on commit 419d9db

Please sign in to comment.