summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/crossthread.posix.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/pbd/crossthread.posix.cc b/libs/pbd/crossthread.posix.cc
index 72a4fad810..5035bc49da 100644
--- a/libs/pbd/crossthread.posix.cc
+++ b/libs/pbd/crossthread.posix.cc
@@ -29,11 +29,6 @@ CrossThreadChannel::CrossThreadChannel (bool non_blocking)
CrossThreadChannel::~CrossThreadChannel ()
{
- if (receive_source) {
- g_source_destroy (receive_source);
- receive_source = 0;
- }
-
if (receive_channel) {
g_io_channel_unref (receive_channel);
receive_channel = 0;