summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/TODO3
-rw-r--r--src/config.c1
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/TODO b/docs/TODO
index ad7104f..db3ba23 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -6,8 +6,6 @@ Version v0.x.y:
config: add support for pre-pending or appending config items
from command-line options
- conf: move generation of config template to a module ('config.so') ?
-
improve first-time user experience, add a new module that will
prompt the user for a SIP uri and (optionally) a password.
@@ -22,6 +20,7 @@ Version v0.x.y:
long term goal: a fully re-entrant libbaresip with no static data
+ vidsrc: add timestamp to api
-------------------------------------------------------------------------------
BUGS:
diff --git a/src/config.c b/src/config.c
index a6fcd26..77a4411 100644
--- a/src/config.c
+++ b/src/config.c
@@ -20,7 +20,6 @@
/** Core Run-time Configuration - populated from config file */
-/** @todo: move config parsing/decoding to a module */
static struct config core_config = {
/** SIP User-Agent */