Skip to content

Commit fb34c6a

Browse files
author
Evgeni Raikhel
committed
Remove now-unused config_file::is_empty()
Its only call site was the is_empty() gate removed from ux-window.cpp's grid_overlay backfill in the previous commit. Flagged by the rs-agentic bot's automated review of that push; confirmed zero remaining callers.
1 parent 2fff4c0 commit fb34c6a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

common/rs-config.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ namespace rs2
102102

103103
void remove(const char* key);
104104

105-
bool is_empty() const { return _j.empty(); }
106-
107105
static config_file& instance();
108106

109107
// Retrieves a value from a nested JSON structure using dot notation

0 commit comments

Comments
 (0)