Removed dead code.

This commit is contained in:
akallabeth 2022-01-19 09:06:13 +01:00 committed by akallabeth
parent b0c4bb5e86
commit 7d5e5764e3

View File

@ -1739,8 +1739,5 @@ UINT rdpsnd_DVCPluginEntry(IDRDYNVC_ENTRY_POINTS* pEntryPoints)
return CHANNEL_RC_BAD_CHANNEL;
}
return error;
fail:
rdpsnd_plugin_terminated(&rdpsnd->iface);
return error;
}