summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test-caja-directory-async.c1
-rw-r--r--test/test-caja-wrap-table.c1
-rw-r--r--test/test-copy.c1
-rw-r--r--test/test-eel-background.c1
-rw-r--r--test/test-eel-image-table.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/test/test-caja-directory-async.c b/test/test-caja-directory-async.c
index 028cc6a2..683affdc 100644
--- a/test/test-caja-directory-async.c
+++ b/test/test-caja-directory-async.c
@@ -99,7 +99,6 @@ main (int argc, char **argv)
CAJA_FILE_ATTRIBUTE_INFO,
NULL, NULL);
-
gtk_main ();
return 0;
}
diff --git a/test/test-caja-wrap-table.c b/test/test-caja-wrap-table.c
index 8d6a4918..f6d4ec50 100644
--- a/test/test-caja-wrap-table.c
+++ b/test/test-caja-wrap-table.c
@@ -52,7 +52,6 @@ main (int argc, char* argv[])
NULL);
#endif
-
/* Use caja_customization to make the emblem widgets */
customization_data = caja_customization_data_new ("emblems", TRUE,
CAJA_ICON_SIZE_SMALL,
diff --git a/test/test-copy.c b/test/test-copy.c
index 1e85a3bf..3336671f 100644
--- a/test/test-copy.c
+++ b/test/test-copy.c
@@ -88,4 +88,3 @@ main (int argc, char* argv[])
return 0;
}
-
diff --git a/test/test-eel-background.c b/test/test-eel-background.c
index 53fed701..d9bcf08d 100644
--- a/test/test-eel-background.c
+++ b/test/test-eel-background.c
@@ -31,7 +31,6 @@ main (int argc, char *argv[])
#endif
g_free (image_uri);
-
gtk_widget_show_all (window);
gtk_main ();
diff --git a/test/test-eel-image-table.c b/test/test-eel-image-table.c
index 98c952fb..20238ac0 100644
--- a/test/test-eel-image-table.c
+++ b/test/test-eel-image-table.c
@@ -75,7 +75,6 @@ labeled_image_new (const char *text,
return image;
}
-
static void
image_table_child_enter_callback (GtkWidget *image_table,
GtkWidget *item,