Skip to content

Commit 51cacf2

Browse files
committed
Merge pull request #1382 from eht16/geanyprj_remove_unused_function
Geanyprj: remove unused function "true"
2 parents 63750a5 + 109ad6e commit 51cacf2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

geanyprj/src/unittests.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ file_teardown(void)
2525
system("rm -rf test_list_dir");
2626
}
2727

28-
gboolean
29-
true(G_GNUC_UNUSED const gchar * arg)
30-
{
31-
return TRUE;
32-
}
33-
3428
START_TEST(test_get_file_list)
3529
{
3630
GSList *files = get_file_list("test_list_dir", NULL, NULL, NULL);

0 commit comments

Comments
 (0)