Commit 31501dc
Remove explicitly_disabled_pro_options from RenderOptions
Simplify RenderOptions initialization by:
- Removing @explicitly_disabled_pro_options instance variable
- Removing explicitly_disabled_pro_options from attr_reader
- Directly assigning the result of disable_pro_render_options_if_not_licensed
This completes the removal of the tracking mechanism for
disabled pro options, as this information is no longer
needed without the warning badge.1 parent 67dcc23 commit 31501dc
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 18 | + | |
22 | 19 | | |
23 | 20 | | |
24 | | - | |
| 21 | + | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
0 commit comments