diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-24 23:32:55 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-24 23:32:55 +0800 |
commit | 1cb2462f5793d99ad42decfbcc34bc22474ccbdc (patch) | |
tree | 31d0f47f562423794b4fd6384f0533eb6cf36b54 | |
parent | 6924c640f01c5ca55d1001ddc5c44a46d7baf948 (diff) | |
download | gsoc2013-empathy-1cb2462f5793d99ad42decfbcc34bc22474ccbdc.tar gsoc2013-empathy-1cb2462f5793d99ad42decfbcc34bc22474ccbdc.tar.gz gsoc2013-empathy-1cb2462f5793d99ad42decfbcc34bc22474ccbdc.tar.bz2 gsoc2013-empathy-1cb2462f5793d99ad42decfbcc34bc22474ccbdc.tar.lz gsoc2013-empathy-1cb2462f5793d99ad42decfbcc34bc22474ccbdc.tar.xz gsoc2013-empathy-1cb2462f5793d99ad42decfbcc34bc22474ccbdc.tar.zst gsoc2013-empathy-1cb2462f5793d99ad42decfbcc34bc22474ccbdc.zip |
call-window: remove unused priv->action_camera_preview
-rw-r--r-- | 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 6a0c24aad..e918326f3 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, |