mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
sdfaasd (#18411)
This commit is contained in:
@@ -22,8 +22,6 @@ PROCESSING_SUBSYSTEM_DEF(dcs)
|
||||
return
|
||||
. = elements_by_type[element_id] = new eletype
|
||||
|
||||
///Temporary compatibility to not rewrite the proc, it is being ported already in another PR
|
||||
#define REF(k) ref(##k)
|
||||
/****
|
||||
* Generates an id for bespoke elements when given the argument list
|
||||
* Generating the id here is a bit complex because we need to support named arguments
|
||||
@@ -66,4 +64,3 @@ PROCESSING_SUBSYSTEM_DEF(dcs)
|
||||
named_arguments = sortList(named_arguments)
|
||||
fullid += named_arguments
|
||||
return list2params(fullid)
|
||||
#undef REF
|
||||
|
||||
Reference in New Issue
Block a user