[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / InvoiceFeatures.java
index f0d08ac859177a6fa522831513edb62098213de1..f70294f5b136abcdc644702a33211bb569251c12 100644 (file)
@@ -66,17 +66,6 @@ public class InvoiceFeatures extends CommonBase {
                return ret_hu_conv;
        }
 
-       /**
-        * Creates a Features with the bits set which are known by the implementation
-        */
-       public static InvoiceFeatures known() {
-               long ret = bindings.InvoiceFeatures_known();
-               if (ret >= 0 && ret <= 4096) { return null; }
-               org.ldk.structs.InvoiceFeatures ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.InvoiceFeatures(null, ret); }
-               if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.add(ret_hu_conv); };
-               return ret_hu_conv;
-       }
-
        /**
         * Returns true if this `Features` object contains unknown feature flags which are set as
         * \"required\".