Commit 73ce821
committed
Remove no longer used struct OSPropertiesDeltas
* Also noted that we enqueue only one Properties Delta change at a time - for example, one of session_time, session_count, or purchases - so the struct OSPropertiesDeltas is not needed. It was always being created with only 1 property and the rest being nil.
* Now that these properties deltas are going to be combined together, we are not using this struct anymore anyways.1 parent ce80822 commit 73ce821
File tree
1 file changed
+0
-16
lines changed- iOS_SDK/OneSignalSDK/OneSignalUser/Source
1 file changed
+0
-16
lines changedLines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 32 | | |
49 | 33 | | |
50 | 34 | | |
| |||
0 commit comments