Skip to content

Commit

Permalink
fix: FUNC_LCD_TO_RADIO no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Jun 28, 2024
1 parent 38344cf commit f579125
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion radio/src/gui/gui_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ bool isAssignableFunctionAvailable(int function, CustomFunctionData * functions)
#endif
#if !defined(VIDEO_SWITCH)
case FUNC_LCD_TO_VIDEO:
case FUNC_LCD_TO_RADIO:
return false;
#endif
default:
Expand Down

0 comments on commit f579125

Please sign in to comment.