[vinagre] Drop screenshot action for rdp plugin
- From: Jonh Wendell <jwendell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Drop screenshot action for rdp plugin
- Date: Fri, 8 Oct 2010 19:49:22 +0000 (UTC)
commit 98bb5e1082f0040a4eb2a50eda78b6ba92aac361
Author: Jonh Wendell <jwendell gnome org>
Date: Fri Oct 8 16:54:08 2010 -0300
Drop screenshot action for rdp plugin
plugins/rdp/vinagre-rdp-tab.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/plugins/rdp/vinagre-rdp-tab.c b/plugins/rdp/vinagre-rdp-tab.c
index 2685555..498c49b 100644
--- a/plugins/rdp/vinagre-rdp-tab.c
+++ b/plugins/rdp/vinagre-rdp-tab.c
@@ -54,12 +54,6 @@ rdp_tab_get_tooltip (VinagreTab *tab)
_("Port:"), vinagre_connection_get_port (conn));
}
-static GdkPixbuf *
-rdp_tab_get_screenshot (VinagreTab *tab)
-{
- return NULL;
-}
-
static void
emit_connected_signal (GtkSocket *socket, VinagreRdpTab *rdp_tab)
{
@@ -186,7 +180,6 @@ vinagre_rdp_tab_class_init (VinagreRdpTabClass *klass)
object_class->dispose = vinagre_rdp_tab_dispose;
tab_class->impl_get_tooltip = rdp_tab_get_tooltip;
- tab_class->impl_get_screenshot = rdp_tab_get_screenshot;
g_type_class_add_private (object_class, sizeof (VinagreRdpTabPrivate));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]