[gnome-games/wip/exalm/subprocess: 3/6] retro-runner: Remove game-init and game-deinit signals
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/subprocess: 3/6] retro-runner: Remove game-init and game-deinit signals
- Date: Thu, 30 Jan 2020 10:39:02 +0000 (UTC)
commit 88ab5ff55c96b75b7851f8482decc9fea051bc2e
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Jan 23 02:02:01 2020 +0500
retro-runner: Remove game-init and game-deinit signals
src/retro/retro-runner.vala | 7 -------
1 file changed, 7 deletions(-)
---
diff --git a/src/retro/retro-runner.vala b/src/retro/retro-runner.vala
index 98ce1f88..b6205096 100644
--- a/src/retro/retro-runner.vala
+++ b/src/retro/retro-runner.vala
@@ -3,9 +3,6 @@
public class Games.RetroRunner : Object, Runner {
private const int MAX_AUTOSAVES = 5;
- public signal void game_init ();
- public signal void game_deinit ();
-
public bool can_fullscreen {
get { return true; }
}
@@ -290,8 +287,6 @@ public class Games.RetroRunner : Object, Runner {
settings.changed["video-filter"].disconnect (on_video_filter_changed);
- game_deinit ();
-
core = null;
view.set_core (null);
view = null;
@@ -331,8 +326,6 @@ public class Games.RetroRunner : Object, Runner {
critical (e.message);
}
- game_init ();
-
var platforms_dir = Application.get_platforms_dir ();
var platform_id = platform.get_id ();
core.system_directory = @"$platforms_dir/$platform_id/system";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]