Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Nov 12, 2023
1 parent 2a7c84b commit 2981a93
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion srt/src/main/java/com/pedro/srt/srt/SrtSender.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package com.pedro.srt.srt

import android.media.MediaCodec
import android.os.Build
import android.util.Log
import com.pedro.srt.mpeg2ts.Codec
import com.pedro.srt.mpeg2ts.MpegTsPacket
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.pedro.srt.srt.control

import com.pedro.srt.srt.packets.ControlPacket
import com.pedro.srt.srt.packets.DataPacket
import com.pedro.srt.srt.packets.control.ControlType
import com.pedro.srt.srt.packets.control.Shutdown
import org.junit.Assert.assertEquals
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package com.pedro.srt.utils

import com.pedro.srt.MainDispatcherRule
import com.pedro.srt.Utils
import kotlinx.coroutines.delay
import kotlinx.coroutines.test.runTest
import org.junit.After
import org.junit.Assert.assertTrue
Expand Down

0 comments on commit 2981a93

Please sign in to comment.