Browse Source

win-wasapi: Remove resolved TODO comment

jp9000 10 năm trước cách đây
mục cha
commit
28947e96d7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      plugins/win-wasapi/win-wasapi.cpp

+ 0 - 1
plugins/win-wasapi/win-wasapi.cpp

@@ -535,7 +535,6 @@ static obs_properties_t *GetWASAPIProperties(bool input)
 	obs_properties_t *props = obs_properties_create();
 	vector<AudioDeviceInfo> devices;
 
-	/* TODO: translate */
 	obs_property_t *device_prop = obs_properties_add_list(props,
 			OPT_DEVICE_ID, obs_module_text("Device"),
 			OBS_COMBO_TYPE_LIST, OBS_COMBO_FORMAT_STRING);