File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
src-electron/generator/matter/darwin/Framework/CHIP/templates Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -1259,25 +1259,6 @@ async function async_not(value) {
12591259 return ! toBeNegated ;
12601260}
12611261
1262- function isLessThan ( value1 , value2 ) {
1263- return value1 < value2 ;
1264- }
1265-
1266- function stripPrefix ( value , prefix ) {
1267- if ( value . startsWith ( prefix ) ) {
1268- return value . substring ( prefix . length ) ;
1269- }
1270-
1271- return value ;
1272- }
1273-
1274- function cleanDeviceName ( deviceName ) {
1275- deviceName = stripPrefix . call ( this , deviceName , 'Matter ' ) ;
1276- return appHelper . asUpperCamelCase . call ( this , deviceName , {
1277- hash : { preserveAcronyms : true }
1278- } ) ;
1279- }
1280-
12811262//
12821263// Module exports
12831264//
@@ -1312,9 +1293,6 @@ exports.async_not = async_not;
13121293exports . oldName = oldName ;
13131294exports . hasOldName = hasOldName ;
13141295exports . hasRenamedFields = hasRenamedFields ;
1315- exports . isLessThan = isLessThan ;
1316- exports . stripPrefix = stripPrefix ;
1317- exports . cleanDeviceName = cleanDeviceName ;
13181296
13191297exports . meta = {
13201298 category : dbEnum . helperCategory . matter ,
You can’t perform that action at this time.
0 commit comments