File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
src/jvmMain/kotlin/spp/protocol Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ package spp.protocol
18
18
19
19
import spp.protocol.SourceServices.Utilize.LIVE_INSTRUMENT
20
20
import spp.protocol.SourceServices.Utilize.LIVE_VIEW
21
- import spp.protocol.service.LiveInstrumentService
22
- import spp.protocol.service.LiveService
23
- import spp.protocol.service.LiveViewService
24
21
25
22
/* *
26
23
* todo: description.
@@ -30,19 +27,6 @@ import spp.protocol.service.LiveViewService
30
27
*/
31
28
object SourceServices {
32
29
33
- object Instance {
34
- var liveService: LiveService ? = null
35
- var liveInstrument: LiveInstrumentService ? = null
36
- var liveView: LiveViewService ? = null
37
-
38
- fun clearServices () {
39
- // todo: save services to project
40
- liveService = null
41
- liveInstrument = null
42
- liveView = null
43
- }
44
- }
45
-
46
30
object Utilize {
47
31
const val LIVE_MANAGEMENT_SERVICE = " spp.service.live-management-service"
48
32
const val LIVE_SERVICE = " spp.service.live-service"
You can’t perform that action at this time.
0 commit comments