gnome-extra/activity-log-manager: remove unused file

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger (asterix)
2016-11-27 11:23:53 +01:00
committed by Pacho Ramos
parent 0e5dbcae4e
commit 8d71b9cf72

View File

@@ -1,12 +0,0 @@
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config {
public const string GETTEXT_PACKAGE;
public const string SPRITE_DIR;
public const string BACKGROUND_DIR;
public const string PACKAGE_DATA_DIR;
public const string PACKAGE_LOCALE_DIR;
public const string PACKAGE_NAME;
public const string PACKAGE_VERSION;
public const string VERSION;
public const string GNOMELOCALEDIR;
}