From ba14d3f39c5a16037fbc9313f6e0820ea42109df Mon Sep 17 00:00:00 2001 From: Austin Kline Date: Wed, 20 Dec 2023 15:57:12 -0800 Subject: [PATCH] remove unused fun --- contracts/WrappedEditions.cdc | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/contracts/WrappedEditions.cdc b/contracts/WrappedEditions.cdc index dada6be..6df5451 100644 --- a/contracts/WrappedEditions.cdc +++ b/contracts/WrappedEditions.cdc @@ -122,19 +122,6 @@ pub contract WrappedEditions { self.baseHtmlUrl = s } - access(account) fun setParam(key: String, value: AnyStruct) { - switch key { - case "baseHtmlUrl": - let v = value as! String - self.baseHtmlUrl = v - break - case "baseImageUrl": - let v = value as! String - self.setBaseImageUrl(v) - break - } - } - init(raffleID: UInt64, baseImageUrl: String, baseHtmlUrl: String) { self.name = "Flowty Wrapped 2023" self.supply = 0