Browse Source

remove comment about removed api export

jp9000 12 years ago
parent
commit
92f48c1aa5
1 changed files with 0 additions and 6 deletions
  1. 0 6
      libobs/obs-source.h

+ 0 - 6
libobs/obs-source.h

@@ -89,12 +89,6 @@
  * ===========================================
  *   Optional Source Exports
  * ===========================================
- *   void [name]_update(void *data, const char *settings)
- *       Updates the source's settings
- *
- *       settings: New settings of the source
- *
- * ---------------------------------------------------------
  *   void [name]_config(void *data, void *parent);
  *       Called to configure the source.
  *