Skip to content

Commit

Permalink
PR #12745 from Nir-Az: Revert PR #12671 from Tamir91: Viewer Accel an…
Browse files Browse the repository at this point in the history
…d Gyro dashboards
  • Loading branch information
Nir-Az authored Mar 13, 2024
2 parents fbef5eb + dacc34e commit 0042329
Show file tree
Hide file tree
Showing 9 changed files with 190 additions and 463 deletions.
4 changes: 0 additions & 4 deletions common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ set(COMMON_SRC
"${CMAKE_CURRENT_LIST_DIR}/processing-block-model.cpp"
"${CMAKE_CURRENT_LIST_DIR}/stream-model.h"
"${CMAKE_CURRENT_LIST_DIR}/stream-model.cpp"
"${CMAKE_CURRENT_LIST_DIR}/motion-dashboard.h"
"${CMAKE_CURRENT_LIST_DIR}/motion-dashboard.cpp"
"${CMAKE_CURRENT_LIST_DIR}/frame-drops-dashboard.h"
"${CMAKE_CURRENT_LIST_DIR}/frame-drops-dashboard.cpp"
"${CMAKE_CURRENT_LIST_DIR}/post-processing-filters.h"
"${CMAKE_CURRENT_LIST_DIR}/post-processing-filters.cpp"
)
Expand Down
1 change: 0 additions & 1 deletion common/device-model.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ namespace rs2
static const char* is_measuring{ "viewer_model.is_measuring" };
static const char* output_open{ "viewer_model.output_open" };
static const char* dashboard_open{ "viewer_model.dashboard_open" };
static const char* last_opened_dashboard{ "viewer_model.last_opened_dashboard" };
static const char* search_term{ "viewer_model.search_term" };

static const char* log_to_console{ "viewer_model.log_to_console" };
Expand Down
103 changes: 0 additions & 103 deletions common/frame-drops-dashboard.cpp

This file was deleted.

41 changes: 0 additions & 41 deletions common/frame-drops-dashboard.h

This file was deleted.

191 changes: 0 additions & 191 deletions common/motion-dashboard.cpp

This file was deleted.

Loading

0 comments on commit 0042329

Please sign in to comment.