From 006e7e8dd2592c949c4f986473a8bfe975aa8264 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 20 Jan 2011 16:39:20 +0100 Subject: convert abrt-action-save-package-data.cpp to C The conversion is trivial: a few tweaks to one header file Signed-off-by: Denys Vlasenko --- src/daemon/Settings.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/daemon/Settings.cpp') diff --git a/src/daemon/Settings.cpp b/src/daemon/Settings.cpp index d155b4ec..5b5b18dd 100644 --- a/src/daemon/Settings.cpp +++ b/src/daemon/Settings.cpp @@ -39,7 +39,6 @@ static map_string_t s_mapSectionCommon; /* Public data */ -/* Written out exactly in this order by SaveSettings() */ /* [ Common ] */ /* one line: "OpenGPGCheck = value" */ -- cgit