From 6c55334ad9b03006686e2db6c6f6167677a2f510 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 17:40:17 +0200 Subject: Use a blank line at most --- src/fr-command-iso.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/fr-command-iso.c') diff --git a/src/fr-command-iso.c b/src/fr-command-iso.c index ccc2333..aa8706e 100644 --- a/src/fr-command-iso.c +++ b/src/fr-command-iso.c @@ -41,7 +41,6 @@ static void fr_command_iso_finalize (GObject *object); static FrCommandClass *parent_class = NULL; - static time_t mktime_from_string (char *month, char *mday, @@ -69,7 +68,6 @@ mktime_from_string (char *month, return mktime (&tm); } - static void list__process_line (char *line, gpointer data) @@ -128,7 +126,6 @@ list__process_line (char *line, } } - static void list__begin (gpointer data) { @@ -138,7 +135,6 @@ list__begin (gpointer data) comm->cur_path = NULL; } - static void fr_command_iso_list (FrCommand *comm) { @@ -155,7 +151,6 @@ fr_command_iso_list (FrCommand *comm) fr_process_start (comm->process); } - static void fr_command_iso_extract (FrCommand *comm, const char *from_file, @@ -200,17 +195,14 @@ fr_command_iso_extract (FrCommand *comm, } } - const char *iso_mime_type[] = { "application/x-cd-image", NULL }; - static const char ** fr_command_iso_get_mime_types (FrCommand *comm) { return iso_mime_type; } - static FrCommandCap fr_command_iso_get_capabilities (FrCommand *comm, const char *mime_type, @@ -225,7 +217,6 @@ fr_command_iso_get_capabilities (FrCommand *comm, return capabilities; } - static const char * fr_command_iso_get_packages (FrCommand *comm, const char *mime_type) @@ -233,7 +224,6 @@ fr_command_iso_get_packages (FrCommand *comm, return PACKAGES ("genisoimage"); } - static void fr_command_iso_class_init (FrCommandIsoClass *class) { @@ -252,7 +242,6 @@ fr_command_iso_class_init (FrCommandIsoClass *class) afc->get_packages = fr_command_iso_get_packages; } - static void fr_command_iso_init (FrCommand *comm) { @@ -271,7 +260,6 @@ fr_command_iso_init (FrCommand *comm) comm->propCanExtractAll = FALSE; } - static void fr_command_iso_finalize (GObject *object) { @@ -290,7 +278,6 @@ fr_command_iso_finalize (GObject *object) G_OBJECT_CLASS (parent_class)->finalize (object); } - GType fr_command_iso_get_type () { -- cgit v1.2.1