Code

removed the debugging function D()
authorMax Kellermann <max@duempel.org>
Thu, 2 Oct 2008 13:44:21 +0000 (15:44 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 2 Oct 2008 13:44:21 +0000 (15:44 +0200)
commit36470979d9f3518217fc26987558dafb3ab36f5c
tree5ebeb5b306faafca9c52f1696f4be9851b4fa9b1
parent9526f180e6f55654c99bd8d66c71612a32b0fb4e
removed the debugging function D()

gdb is for debugging.  We don't need D() calls littered all over.
13 files changed:
src/conf.c
src/main.c
src/mpdclient.c
src/ncmpc.h
src/options.c
src/screen.c
src/screen_artist.c
src/screen_browser.c
src/screen_file.c
src/screen_play.c
src/screen_search.c
src/support.c
src/utils.c