Skip to content

Commit

Permalink
Removed obsolete variable
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival-space committed Aug 9, 2024
1 parent 5eed0f2 commit 0b50f44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FaderSyncPlugin/OBS/GoXlrChannelSyncFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ private static unsafe void GetDefaults(obs_data* settings)
sDeviceSerialError = Encoding.UTF8.GetBytes(deviceSerialError),
sDeviceSerialDisconnected = "Error Connecting to the GoXLR Utility"u8.ToArray(),
sDeviceSerialNoDevices = "No GoXLR Devices Detected"u8.ToArray(),
sDeviceSerialSelect = "Select GoXLR"u8.ToArray(),

// add channels
sChannelNameId = "CHANNEL_NAME"u8.ToArray(),
Expand Down

0 comments on commit 0b50f44

Please sign in to comment.