diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-20 05:04:08 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-20 05:04:08 +0800 |
commit | 0322566caf466432b24a043631c01a4f3ee58268 (patch) | |
tree | 1ad39956d661289bc7b47d526d0d37ed9adbc86e /libempathy | |
parent | 55b4f238f405e4f5e3ef98283cfb71ae35c4b86e (diff) | |
download | gsoc2013-empathy-0322566caf466432b24a043631c01a4f3ee58268.tar gsoc2013-empathy-0322566caf466432b24a043631c01a4f3ee58268.tar.gz gsoc2013-empathy-0322566caf466432b24a043631c01a4f3ee58268.tar.bz2 gsoc2013-empathy-0322566caf466432b24a043631c01a4f3ee58268.tar.lz gsoc2013-empathy-0322566caf466432b24a043631c01a4f3ee58268.tar.xz gsoc2013-empathy-0322566caf466432b24a043631c01a4f3ee58268.tar.zst gsoc2013-empathy-0322566caf466432b24a043631c01a4f3ee58268.zip |
Remove useless commented code
svn path=/trunk/; revision=974
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tubes.h | 5 |
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, |