aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputInit.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-19 18:19:03 +0200
committerMax Kellermann <max@duempel.org>2013-10-19 18:19:03 +0200
commit59f8144c50765189594d5932fc25869f9ea6e265 (patch)
treef460d9f46a99040dea402bcb3ad2d84a0e734285 /src/InputInit.hxx
parent5a7c931293b55a27c3f79c6951707a8d6e2a5f6c (diff)
downloadmpd-59f8144c50765189594d5932fc25869f9ea6e265.tar.gz
mpd-59f8144c50765189594d5932fc25869f9ea6e265.tar.xz
mpd-59f8144c50765189594d5932fc25869f9ea6e265.zip
*: use nullptr instead of NULL
Diffstat (limited to 'src/InputInit.hxx')
-rw-r--r--src/InputInit.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/InputInit.hxx b/src/InputInit.hxx
index 9aa2de41a..6afea1351 100644
--- a/src/InputInit.hxx
+++ b/src/InputInit.hxx
@@ -24,9 +24,6 @@ class Error;
/**
* Initializes this library and all input_stream implementations.
- *
- * @param error_r location to store the error occurring, or NULL to
- * ignore errors
*/
bool
input_stream_global_init(Error &error);