[gnome-games/wip/aplazas/781334-refactor-game-sources] core: Remove Plugin.get_game_source()
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/aplazas/781334-refactor-game-sources] core: Remove Plugin.get_game_source()
- Date: Sun, 7 May 2017 11:35:00 +0000 (UTC)
commit d859fb386c00107990673426aad0d220de028e15
Author: Adrien Plazas <kekun plazas laposte net>
Date: Sun May 7 13:18:12 2017 +0200
core: Remove Plugin.get_game_source()
This is needed to remove GameSource.
src/core/plugin.vala | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/core/plugin.vala b/src/core/plugin.vala
index 847da84..74d8a3e 100644
--- a/src/core/plugin.vala
+++ b/src/core/plugin.vala
@@ -1,10 +1,6 @@
// This file is part of GNOME Games. License: GPL-3.0+.
public interface Games.Plugin : Object {
- public virtual GameSource? get_game_source () throws Error {
- return null;
- }
-
public virtual string[] get_mime_types () {
return {};
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]