diff options
Diffstat (limited to 'plugins/datetime/msd-datetime-mechanism.h')
-rw-r--r-- | plugins/datetime/msd-datetime-mechanism.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/datetime/msd-datetime-mechanism.h b/plugins/datetime/msd-datetime-mechanism.h index 5385aec..e15ca95 100644 --- a/plugins/datetime/msd-datetime-mechanism.h +++ b/plugins/datetime/msd-datetime-mechanism.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- * * Copyright (C) 2007 David Zeuthen <[email protected]> + * Copyright (C) 2012-2021 MATE Developers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -58,7 +59,6 @@ typedef enum GType msd_datetime_mechanism_error_get_type (void); #define MSD_DATETIME_MECHANISM_TYPE_ERROR (msd_datetime_mechanism_error_get_type ()) - GQuark msd_datetime_mechanism_error_quark (void); GType msd_datetime_mechanism_get_type (void); MsdDatetimeMechanism *msd_datetime_mechanism_new (GMainLoop *loop); |