[gnome-games] libgames-support: Remove dead code from .vapi



commit 88841b05b25313b1600c12ca4f35ec64a4e6c61e
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Aug 29 15:16:55 2012 +1200

    libgames-support: Remove dead code from .vapi

 libgames-support/GnomeGamesSupport-1.0.vapi |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)
---
diff --git a/libgames-support/GnomeGamesSupport-1.0.vapi b/libgames-support/GnomeGamesSupport-1.0.vapi
index 071ae7b..75ff85f 100644
--- a/libgames-support/GnomeGamesSupport-1.0.vapi
+++ b/libgames-support/GnomeGamesSupport-1.0.vapi
@@ -53,27 +53,6 @@ namespace GnomeGamesSupport
     [CCode (cheader_filename = "games-stock.h")]
     public static string get_license (string game_name);
 
-    [CCode (cheader_filename = "games-settings.h")]    
-    public static void settings_bind_window_state (string path, Gtk.Window window);
-
-    [CCode (cprefix = "GAMES_FULLSCREEN_ACTION_VISIBLE_")]
-    public enum VisiblePolicy
-    {
-        ALWAYS,
-        ON_FULLSCREEN,
-        ON_UNFULLSCREEN
-    }
-
-    [CCode (cheader_filename = "games-fullscreen-action.h")]
-    public class FullscreenAction : Gtk.Action
-    {
-        public FullscreenAction (string name, Gtk.Window window);
-        public void set_visible_policy (VisiblePolicy visible_policy);
-        public VisiblePolicy get_visible_policy ();
-        public void set_is_fullscreen (bool is_fullscreen);
-        public bool get_is_fullscreen ();
-    }
-
     [CCode (cheader_filename = "games-scores.h")]
     public void scores_startup ();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]