Skip to content

Commit 17ad784

Browse files
committed
gui: remove block via from master obstructions
Signed-off-by: Peter Gadfort <[email protected]>
1 parent ae2f3ca commit 17ad784

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/gui/src/dbDescriptors.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -636,10 +636,6 @@ Descriptor::Properties DbInstDescriptor::getDBProperties(
636636
obs_layers.push_back(
637637
{gui->makeSelected(via),
638638
gui->makeSelected(DbBoxDescriptor::BoxWithTransform{obs, xform})});
639-
} else if (auto* via = obs->getBlockVia()) {
640-
obs_layers.push_back(
641-
{gui->makeSelected(via),
642-
gui->makeSelected(DbBoxDescriptor::BoxWithTransform{obs, xform})});
643639
}
644640
}
645641
if (!obs_layers.empty()) {

0 commit comments

Comments
 (0)