Skip to content

Commit

Permalink
refactor: clean up V2RaySettings.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Nov 8, 2023
1 parent 7c48ee8 commit 4b681a2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,3 @@ class V2RaySettings {
get() = wireguard.firstOrNull()?.portNumber ?: 0

}

//data class V2RayPort(
// val type: String,
// val port: Int
//)

0 comments on commit 4b681a2

Please sign in to comment.