summaryrefslogtreecommitdiffstats
path: root/src/eulogium.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eulogium.c')
-rw-r--r--src/eulogium.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/eulogium.c b/src/eulogium.c
index 40ffe49..b00a695 100644
--- a/src/eulogium.c
+++ b/src/eulogium.c
@@ -1127,16 +1127,10 @@ Evas_Object *eulogium_main_menu(Evas_Object *window, struct eulogium_data *eulog
static void eulogium_setup(struct eulogium_data *eulogium)
{
- struct mount_data *mount;
-
while (screen_data.screen[screen_data.count].type != END)
screen_data.count++;
- /* eina_list_append() appends data to an existing list, or creates a new list. We need to know the location
- * of the list beforehand and thus we need to create a list with a dummy entry */
- mount = calloc(1, sizeof(struct mount_data));
- mount->id = "sentinel";
- eulogium->mounts = eina_list_append(NULL, mount);
+ eulogium->mounts = NULL;
eulogium->progress_data_refresh = NULL;
eulogium->print.name = NULL;
eulogium->print.file = NULL;