[atomix/wip/kill-libxml] Only load the level sequence once
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atomix/wip/kill-libxml] Only load the level sequence once
- Date: Sat, 17 Jan 2015 22:49:58 +0000 (UTC)
commit 8bbef0bfa78ff2d53b55a71647a7186bd4040b88
Author: Robert Roth <robert roth off gmail com>
Date: Sun Jan 18 00:49:46 2015 +0200
Only load the level sequence once
src/level-manager.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/level-manager.c b/src/level-manager.c
index 7ac471e..8cac4df 100644
--- a/src/level-manager.c
+++ b/src/level-manager.c
@@ -159,10 +159,6 @@ void level_manager_init_levels (LevelManager *lm)
g_return_if_fail (!lm->priv->initialized);
/* load the sequence of the levels */
- sequence_file = g_build_filename (g_get_home_dir (),
- ".atomix", "level", "sequence", NULL);
- create_level_sequence (lm, sequence_file);
- g_free (sequence_file);
if (g_list_length (lm->priv->level_seq) == 0)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]