Skip to content

Commit

Permalink
iftest out unused code re watch_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rockowitz committed Dec 9, 2024
1 parent 64d5f41 commit b6baa02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app_ddcutil/app_experimental.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ rpt_vstring(depth+1, "Utility option --f"#_flagno" %s %s", \
void
report_experimental_options(Parsed_Cmd * parsed_cmd, int depth)
{
#ifdef UNUSED
char buf0[80];
g_snprintf(buf0, 80, "Use non-default watch mode (default = %s)", ddc_watch_mode_name(ddc_watch_mode));
#endif
char buf5[80];
g_snprintf(buf5, 80, "Use non-default value for EDID read uses I2C layer (default=%s)", SBOOL(DEFAULT_EDID_READ_USES_I2C_LAYER));

Expand Down

0 comments on commit b6baa02

Please sign in to comment.