aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-08-01 11:19:43 +0200
committerClifford Wolf <clifford@clifford.at>2018-08-01 11:30:11 +0200
commit29dd98420b3dfc949a8bc73ea978a6f05ca70d50 (patch)
treed1476f8f8e9bcff3ae76f7dd17ff918b62c5f287 /generic/arch.cc
parentfaf309c1fed17323c4f9e90f2a9999c12c0020f8 (diff)
downloadnextpnr-29dd98420b3dfc949a8bc73ea978a6f05ca70d50.tar.gz
nextpnr-29dd98420b3dfc949a8bc73ea978a6f05ca70d50.tar.bz2
nextpnr-29dd98420b3dfc949a8bc73ea978a6f05ca70d50.zip
Remove getFrameDecal() API
Signed-off-by: Clifford Wolf <clifford@clifford.at>
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; }