Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitcher authored Feb 2, 2025
1 parent 4a39094 commit dd636ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 1080p/Custom_1102_OptionsDialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<height>60</height>
<width>895</width>
<label>31053</label>
<label2>[B]$VAR[ActiveVideoPlayerAudioLanguage]$VAR[AudioCodecVar, | ]$VAR[ObjectAudioTypeVar, | ]$VAR[AudioChannelsVar][/B]</label2>
<label2>[B]$VAR[ActiveVideoPlayerAudioLanguage]$VAR[AudioCodecVar, | ]$VAR[AudioChannelsVar][/B]</label2>
<texturefocus border="5">button-focus2.png</texturefocus>
<onclick>DialogSelectAudio</onclick>
<enable>Integer.IsGreater(VideoPlayer.AudioStreamCount,1)</enable>
Expand Down
4 changes: 2 additions & 2 deletions 1080p/IncludesVariables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,8 @@
<value>$INFO[ListItem.Label]</value>
</variable>
<variable name="VideoManagerLabel2">
<value condition="ListItem.IsStereoscopic">3D$VAR[VideoCodecVar, | ]$VAR[VideoResolutionTypeVar, | ,]$VAR[VideoHDRTypeVar, | ]$INFO[ListItem.VideoAspect, | ,:1]$VAR[AudioCodecVar, | ]$VAR[ObjectAudioTypeVar, | ]$VAR[AudioChannelsVar, ]</value>
<value>$VAR[VideoCodecVar]$VAR[VideoResolutionTypeVar, | ]$VAR[VideoHDRTypeVar, | ]$INFO[ListItem.VideoAspect, | ,:1]$VAR[AudioCodecVar, | ]$VAR[ObjectAudioTypeVar, | ]$VAR[AudioChannelsVar, ]</value>
<value condition="ListItem.IsStereoscopic">3D$VAR[VideoCodecVar, | ]$VAR[VideoResolutionTypeVar, | ,]$VAR[VideoHDRTypeVar, | ]$INFO[ListItem.VideoAspect, | ,:1]$VAR[AudioCodecVar, | ]$VAR[AudioChannelsVar, ]</value>
<value>$VAR[VideoCodecVar]$VAR[VideoResolutionTypeVar, | ]$VAR[VideoHDRTypeVar, | ]$INFO[ListItem.VideoAspect, | ,:1]$VAR[AudioCodecVar, | ]$VAR[AudioChannelsVar, ]</value>
</variable>
<variable name="AudioChannels">
<value condition="String.IsEqual(ListItem.AudioChannels,0)">0.0</value>
Expand Down

0 comments on commit dd636ac

Please sign in to comment.