aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'generic/arch.cc')
-rw-r--r--generic/arch.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/arch.cc b/generic/arch.cc
index b1905e6f..66fbd1ff 100644
--- a/generic/arch.cc
+++ b/generic/arch.cc
@@ -426,8 +426,6 @@ bool Arch::route() { return router1(getCtx()); }
const std::vector<GraphicElement> &Arch::getDecalGraphics(DecalId decal) const { return decal_graphics.at(decal); }
-DecalXY Arch::getFrameDecal() const { return frame_decalxy; }
-
DecalXY Arch::getBelDecal(BelId bel) const { return bels.at(bel).decalxy; }
DecalXY Arch::getWireDecal(WireId wire) const { return wires.at(wire).decalxy; }