[empathy] call-window: remove unused priv->action_camera_preview



commit 1cb2462f5793d99ad42decfbcc34bc22474ccbdc
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Jan 24 16:32:55 2011 +0100

    call-window: remove unused priv->action_camera_preview

 src/empathy-call-window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 6a0c24a..e918326 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -136,7 +136,6 @@ struct _EmpathyCallWindowPriv
   GtkAction *redial;
   GtkAction *menu_fullscreen;
   GtkAction *action_camera;
-  GtkAction *action_camera_preview;
   GtkWidget *tool_button_camera_off;
   GtkWidget *tool_button_camera_preview;
   GtkWidget *tool_button_camera_on;
@@ -1057,7 +1056,6 @@ empathy_call_window_init (EmpathyCallWindow *self)
     "camera_preview", &priv->tool_button_camera_preview,
     "camera_on", &priv->tool_button_camera_on,
     "action_camera_off",  &priv->action_camera,
-    "action_camera_preview",  &priv->action_camera_preview,
     "details_vbox",  &priv->details_vbox,
     "vcodec_encoding_label", &priv->vcodec_encoding_label,
     "acodec_encoding_label", &priv->acodec_encoding_label,



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