Skip to content

Commit 5310950

Browse files
authored
Fixed conficts in Env.js
1 parent 3dfd91f commit 5310950

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/deprecations/Env.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< Updated upstream
21
import Envelope from '../envelope';
32

43
class Env extends Envelope {
@@ -12,18 +11,3 @@ class Env extends Envelope {
1211
}
1312

1413
export default Env;
15-
=======
16-
import Envelope from '../envelope';
17-
18-
class Env extends Envelope {
19-
constructor(t1, l1, t2, l2, t3, l3) {
20-
console.warn(
21-
'WARNING: p5.Env is now deprecated and may be removed in future versions. ' +
22-
'Please use the new p5.Envelope instead.'
23-
);
24-
super(t1, l1, t2, l2, t3, l3);
25-
}
26-
}
27-
28-
export default Env;
29-
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)