summaryrefslogtreecommitdiff
path: root/capplet
diff options
context:
space:
mode:
Diffstat (limited to 'capplet')
-rw-r--r--capplet/gsm-app-dialog.c3
-rw-r--r--capplet/gsm-properties-dialog.c2
-rw-r--r--capplet/gsp-app-manager.h2
-rw-r--r--capplet/gsp-app.h2
4 files changed, 0 insertions, 9 deletions
diff --git a/capplet/gsm-app-dialog.c b/capplet/gsm-app-dialog.c
index 1c038c9..9759bac 100644
--- a/capplet/gsm-app-dialog.c
+++ b/capplet/gsm-app-dialog.c
@@ -56,9 +56,6 @@ struct _GsmAppDialog
guint delay;
};
-static void gsm_app_dialog_class_init (GsmAppDialogClass *klass);
-static void gsm_app_dialog_init (GsmAppDialog *app_dialog);
-
enum {
PROP_0,
PROP_NAME,
diff --git a/capplet/gsm-properties-dialog.c b/capplet/gsm-properties-dialog.c
index bde8999..69fe3fe 100644
--- a/capplet/gsm-properties-dialog.c
+++ b/capplet/gsm-properties-dialog.c
@@ -78,8 +78,6 @@ enum {
NUMBER_OF_COLUMNS
};
-static void gsm_properties_dialog_class_init (GsmPropertiesDialogClass *klass);
-static void gsm_properties_dialog_init (GsmPropertiesDialog *properties_dialog);
static void gsm_properties_dialog_finalize (GObject *object);
G_DEFINE_TYPE (GsmPropertiesDialog, gsm_properties_dialog, GTK_TYPE_DIALOG)
diff --git a/capplet/gsp-app-manager.h b/capplet/gsp-app-manager.h
index b3ceb1e..515c67c 100644
--- a/capplet/gsp-app-manager.h
+++ b/capplet/gsp-app-manager.h
@@ -43,8 +43,6 @@ struct _GspAppManagerClass
GspApp *app);
};
-GType gsp_app_manager_get_type (void) G_GNUC_CONST;
-
GspAppManager *gsp_app_manager_get (void);
void gsp_app_manager_fill (GspAppManager *manager);
diff --git a/capplet/gsp-app.h b/capplet/gsp-app.h
index 6b0d640..8bc2700 100644
--- a/capplet/gsp-app.h
+++ b/capplet/gsp-app.h
@@ -40,8 +40,6 @@ struct _GspAppClass
void (* removed) (GspApp *app);
};
-GType gsp_app_get_type (void) G_GNUC_CONST;
-
void gsp_app_create (const char *name,
const char *comment,
const char *exec,