summaryrefslogtreecommitdiff
path: root/sendto
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@bigon.be>2014-11-28 09:53:07 +0100
committerLaurent Bigonville <bigon@bigon.be>2015-01-05 22:13:46 +0100
commitc96573de6e4ddd59cef37411667537e0f1a03fd8 (patch)
tree68505b40eb4a012a4372204ded1296f87ccaf124 /sendto
parent8d7df41ad7fea4946e8709e701725e165bdfb9d7 (diff)
downloadgnome-bluetooth-c96573de6e4ddd59cef37411667537e0f1a03fd8.tar.gz
sendto: Remove a remaining reference to openobex
https://bugzilla.gnome.org/show_bug.cgi?id=740852
Diffstat (limited to 'sendto')
-rw-r--r--sendto/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sendto/main.c b/sendto/main.c
index ca1fa043..5a4832d3 100644
--- a/sendto/main.c
+++ b/sendto/main.c
@@ -495,8 +495,6 @@ static void create_window(void)
gtk_widget_show_all(dialog);
}
-#define OPENOBEX_CONNECTION_FAILED "org.openobex.Error.ConnectionAttemptFailed"
-
static gchar *get_device_name(const gchar *address)
{
BluetoothClient *client;