remove unstable

This commit is contained in:
Alexander Frick 2023-03-13 11:21:03 -05:00
parent df77604a2d
commit d7e6cb38f7

View file

@ -252,9 +252,7 @@ if (use_qt) {
# is_component_build=false before building this target. # is_component_build=false before building this target.
group("linux") { group("linux") {
deps = [ deps = [
":beta",
":stable", ":stable",
":unstable",
] ]
} }