summaryrefslogtreecommitdiff
path: root/src/gs-prefs.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-11-03 02:05:32 +0100
committerZenWalker <[email protected]>2019-11-28 01:02:37 +0100
commit0f240b82d887ee9be6c62489c10548db028de7bb (patch)
tree4685b62ddaaea642500aa83daede024e000e9bdc /src/gs-prefs.c
parentf941ba280dda69e2370c87d257aa664998b12b27 (diff)
downloadmate-screensaver-0f240b82d887ee9be6c62489c10548db028de7bb.tar.bz2
mate-screensaver-0f240b82d887ee9be6c62489c10548db028de7bb.tar.xz
avoid redundant redeclarations
Diffstat (limited to 'src/gs-prefs.c')
-rw-r--r--src/gs-prefs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gs-prefs.c b/src/gs-prefs.c
index 8761c18..5a0746b 100644
--- a/src/gs-prefs.c
+++ b/src/gs-prefs.c
@@ -30,8 +30,6 @@
#include "gs-prefs.h"
-static void gs_prefs_class_init (GSPrefsClass *klass);
-static void gs_prefs_init (GSPrefs *prefs);
static void gs_prefs_finalize (GObject *object);
#define LOCKDOWN_SETTINGS_SCHEMA "org.mate.lockdown"