diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-17 12:22:49 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-17 12:22:49 +0200 |
commit | 1351a0cbebcd01fd5e659d3aa9306c31ddbdc6a3 (patch) | |
tree | 0f76fee5931e8093353f68e268fd459de439e64b /src/settings.c | |
parent | 87ab2001af04726eb8e1e9c4e5922ca968a8cbf8 (diff) | |
download | pianobar-windows-1351a0cbebcd01fd5e659d3aa9306c31ddbdc6a3.tar.gz pianobar-windows-1351a0cbebcd01fd5e659d3aa9306c31ddbdc6a3.tar.bz2 pianobar-windows-1351a0cbebcd01fd5e659d3aa9306c31ddbdc6a3.zip |
Removed @author and @added as they are tracked by git
Diffstat (limited to 'src/settings.c')
-rw-r--r-- | src/settings.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/settings.c b/src/settings.c index 588a34f..66cf59b 100644 --- a/src/settings.c +++ b/src/settings.c @@ -28,8 +28,6 @@ THE SOFTWARE. /* tries to guess your config dir; somehow conforming to * http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html - * @author PromyLOPh - * @added 2008-06-15 * @param name of the config file (can contain subdirs too) * @param store the whole path here * @param but only up to this size @@ -66,8 +64,6 @@ void BarSettingsDestroy (BarSettings_t *settings) { } /* read app settings from file; format is: key = value\n - * @author PromyLOPh - * @added 2008-06-15 * @param where to save these settings * @return nothing yet */ |