[gnome-games/wip/aplazas/781334-refactor-game-source: 37/37] playstation: Remove PlayStationGameFactory.is_cursor_valid()
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/aplazas/781334-refactor-game-source: 37/37] playstation: Remove PlayStationGameFactory.is_cursor_valid()
- Date: Sat, 6 May 2017 21:44:02 +0000 (UTC)
commit 561f9beb2a125dbead8a23d42530cb6aac19cf1d
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu May 4 20:55:47 2017 +0200
playstation: Remove PlayStationGameFactory.is_cursor_valid()
Remove it as it wasn't used anymore.
.../playstation/src/playstation-game-factory.vala | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/plugins/playstation/src/playstation-game-factory.vala
b/plugins/playstation/src/playstation-game-factory.vala
index 0d81f11..413aa83 100644
--- a/plugins/playstation/src/playstation-game-factory.vala
+++ b/plugins/playstation/src/playstation-game-factory.vala
@@ -20,12 +20,6 @@ public class Games.PlayStationGameFactory : Object, UriGameFactory {
games = new HashTable<string, Game> (GLib.str_hash, GLib.str_equal);
}
- public bool is_cursor_valid (Tracker.Sparql.Cursor cursor) {
- var uri = cursor.get_string (0);
-
- return is_uri_valid (uri);
- }
-
public string[] get_mime_types () {
return { SEARCHED_MIME_TYPE };
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]