[totem] main: Make totem_action_toggle_aspect_ratio() private



commit 391afe8850f312f81e663cd7cc34f9810b8a58e5
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Mar 19 10:15:49 2013 +0100

    main: Make totem_action_toggle_aspect_ratio() private
    
    The functionality is still accessible through
    totem_object_action_remote().

 src/totem-object.c |    9 +--------
 src/totem.h        |    1 -
 2 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/totem-object.c b/src/totem-object.c
index 9d89c76..f182d0a 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -1949,14 +1949,7 @@ totem_action_volume_toggle_mute (TotemObject *totem)
        }
 }
 
-/**
- * totem_action_toggle_aspect_ratio:
- * @totem: a #TotemObject
- *
- * Toggles the aspect ratio selected in the menu to the
- * next one in the list.
- **/
-void
+static void
 totem_action_toggle_aspect_ratio (TotemObject *totem)
 {
        GtkAction *action;
diff --git a/src/totem.h b/src/totem.h
index 384af1d..f58c795 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -194,7 +194,6 @@ void        totem_action_set_mrl_and_play           (TotemObject *totem,
                                                 const char *mrl, 
                                                 const char *subtitle);
 
-void   totem_action_toggle_aspect_ratio        (TotemObject *totem);
 void   totem_action_set_aspect_ratio           (TotemObject *totem, int ratio);
 int    totem_action_get_aspect_ratio           (TotemObject *totem);
 void   totem_object_action_next_angle          (TotemObject *totem);


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