[gnome-games] retro: Remove the unused unnamed constructor of RetroRunner()
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] retro: Remove the unused unnamed constructor of RetroRunner()
- Date: Tue, 30 Aug 2016 13:30:21 +0000 (UTC)
commit edde7d74ec3aa15b34464d61d3037cc6837ec66a
Author: Adrien Plazas <kekun plazas laposte net>
Date: Tue Aug 30 14:37:44 2016 +0200
retro: Remove the unused unnamed constructor of RetroRunner()
src/retro/retro-runner.vala | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/src/retro/retro-runner.vala b/src/retro/retro-runner.vala
index e229a80..e775de8 100644
--- a/src/retro/retro-runner.vala
+++ b/src/retro/retro-runner.vala
@@ -69,19 +69,6 @@ public class Games.RetroRunner : Object, Runner {
private bool is_ready;
private bool should_save;
- public RetroRunner (string module_basename, string uri, Uid uid, bool core_supports_snapshotting) {
- is_initialized = false;
- is_ready = false;
- should_save = false;
-
- var game_media = new Media (uri);
- _media_set = new MediaSet ({ game_media });
-
- this.module_basename = module_basename;
- this.uid = uid;
- this.core_supports_snapshotting = core_supports_snapshotting;
- }
-
public RetroRunner.with_mime_types (string uri, Uid uid, string[] mime_types, string module_basename,
bool core_supports_snapshotting) {
is_initialized = false;
is_ready = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]