aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch.cc')
-rw-r--r--ice40/arch.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/ice40/arch.cc b/ice40/arch.cc
index 5545ddf4..b3d514b5 100644
--- a/ice40/arch.cc
+++ b/ice40/arch.cc
@@ -665,14 +665,6 @@ bool Arch::route() { return router1(getCtx()); }
// -----------------------------------------------------------------------
-DecalXY Arch::getFrameDecal() const
-{
- DecalXY decalxy;
- decalxy.decal.type = DecalId::TYPE_FRAME;
- decalxy.decal.active = true;
- return decalxy;
-}
-
DecalXY Arch::getBelDecal(BelId bel) const
{
DecalXY decalxy;
@@ -713,10 +705,6 @@ std::vector<GraphicElement> Arch::getDecalGraphics(DecalId decal) const
{
std::vector<GraphicElement> ret;
- if (decal.type == DecalId::TYPE_FRAME) {
- /* nothing */
- }
-
if (decal.type == DecalId::TYPE_GROUP) {
int type = (decal.index >> 16) & 255;
int x = (decal.index >> 8) & 255;