浏览代码

libobs: Remove TODO (not used)

jp9000 10 年之前
父节点
当前提交
19969a27d5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      libobs/obs-scene.c

+ 0 - 1
libobs/obs-scene.c

@@ -44,7 +44,6 @@ static inline void signal_item_remove(struct obs_scene_item *item)
 
 
 static const char *scene_getname(void *unused)
 static const char *scene_getname(void *unused)
 {
 {
-	/* TODO: locale */
 	UNUSED_PARAMETER(unused);
 	UNUSED_PARAMETER(unused);
 	return "Scene";
 	return "Scene";
 }
 }