diff options
Diffstat (limited to 'grc/core/generator/top_block.py')
-rw-r--r-- | grc/core/generator/top_block.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/grc/core/generator/top_block.py b/grc/core/generator/top_block.py index f2b485d641..cab1bf71cb 100644 --- a/grc/core/generator/top_block.py +++ b/grc/core/generator/top_block.py @@ -266,9 +266,6 @@ class TopBlockGenerator(object): # Remove the virtual connection connections.remove(connection) - for connection in virtual_sink_connections: - connections.remove(connection) - # Bypassing blocks: Need to find all the enabled connections for the block using # the *connections* object rather than get_connections(). Create new connections # that bypass the selected block and remove the existing ones. This allows adjacent |