aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-20 05:04:08 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-20 05:04:08 +0800
commit47aa7289d6c990eda12737b8a150721cfe02fd6b (patch)
tree1ad39956d661289bc7b47d526d0d37ed9adbc86e /libempathy
parentcb980d3486fda0da92f4bc2ed879fccc20752afe (diff)
downloadgsoc2013-empathy-47aa7289d6c990eda12737b8a150721cfe02fd6b.tar
gsoc2013-empathy-47aa7289d6c990eda12737b8a150721cfe02fd6b.tar.gz
gsoc2013-empathy-47aa7289d6c990eda12737b8a150721cfe02fd6b.tar.bz2
gsoc2013-empathy-47aa7289d6c990eda12737b8a150721cfe02fd6b.tar.lz
gsoc2013-empathy-47aa7289d6c990eda12737b8a150721cfe02fd6b.tar.xz
gsoc2013-empathy-47aa7289d6c990eda12737b8a150721cfe02fd6b.tar.zst
gsoc2013-empathy-47aa7289d6c990eda12737b8a150721cfe02fd6b.zip
Remove useless commented code
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@974 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tubes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libempathy/empathy-tubes.h b/libempathy/empathy-tubes.h
index 9debc80dc..aced2ee09 100644
--- a/libempathy/empathy-tubes.h
+++ b/libempathy/empathy-tubes.h
@@ -24,10 +24,6 @@
#include <glib-object.h>
#include <telepathy-glib/channel.h>
-//#include <libtelepathy/tp-chan.h>
-//#include <libtelepathy/tp-conn.h>
-
-//#include "empathy-tubes-types.h"
#include "empathy-tube.h"
G_BEGIN_DECLS
@@ -56,7 +52,6 @@ struct _EmpathyTubesClass {
};
GType empathy_tubes_get_type (void) G_GNUC_CONST;
-//EmpathyTubes *empathy_tubes_new (TpConn *connection, TpChan *channel);
EmpathyTubes *empathy_tubes_new (TpChannel *channel);
guint empathy_tubes_offer_stream_tube_ipv4 (EmpathyTubes *tubes, gchar *host,