Commit 612b438
committed
Remove unused properties from the
Neither the `type` or the `cs` properties are used outside of the "constructors", and we can thus remove them.[1]
Note that a lot of this code is very old, and that it actually predates the main/worker-thread split before which the *same* file was used on both the main- *and* worker-threads.
---
[1] On the main-thread, a similar `type` property was removed in PR 12591.Shadings-implementations in src/core/pattern.js
1 parent e394da5 commit 612b438
1 file changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
136 | | - | |
137 | 135 | | |
138 | 136 | | |
139 | 137 | | |
| |||
851 | 849 | | |
852 | 850 | | |
853 | 851 | | |
854 | | - | |
855 | 852 | | |
856 | 853 | | |
857 | 854 | | |
| |||
865 | 862 | | |
866 | 863 | | |
867 | 864 | | |
868 | | - | |
869 | 865 | | |
870 | 866 | | |
871 | 867 | | |
| |||
946 | 942 | | |
947 | 943 | | |
948 | 944 | | |
949 | | - | |
950 | | - | |
951 | | - | |
| 945 | + | |
952 | 946 | | |
953 | 947 | | |
954 | 948 | | |
| |||
0 commit comments