Skip to content

Commit

Permalink
turns out this never actually did anything
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed May 2, 2023
1 parent c602604 commit cdc23b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ re_ui = { path = "crates/re_ui", version = "=0.6.0-alpha.0" }
re_viewer = { path = "crates/re_viewer", version = "=0.6.0-alpha.0", default-features = false }
re_web_viewer_server = { path = "crates/re_web_viewer_server", version = "=0.6.0-alpha.0" }
re_ws_comms = { path = "crates/re_ws_comms", version = "=0.6.0-alpha.0" }
rerun = { path = "crates/rerun", version = "=0.6.0-alpha.0", default-features = false }
rerun = { path = "crates/rerun", version = "=0.6.0-alpha.0" }

ahash = "0.8"
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/rerun/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@ pub enum CallSource {
Python(PythonVersion),
}

#[cfg(feature = "native_viewer")]
impl CallSource {
fn is_python(&self) -> bool {
matches!(self, Self::Python(_))
}

#[cfg(feature = "native_viewer")]
fn app_env(&self) -> re_viewer::AppEnvironment {
match self {
CallSource::Cli => re_viewer::AppEnvironment::RerunCli {
Expand Down

0 comments on commit cdc23b9

Please sign in to comment.