Skip to content

Commit 0da8f2e

Browse files
committed
constraints.tcl: remove unused constraint "withoutXft"
1 parent 45df9b9 commit 0da8f2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/constraints.tcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ if {![string match {{22 3 6 15} {31 18 [34] 15}} $x]} {
7878
}
7979

8080
testConstraint withXft [expr {![catch {tk::pkgconfig get fontsystem} fs] && ($fs eq "xft")}]
81-
testConstraint withoutXft [expr {![testConstraint withXft]}]
8281
unset fs
8382

8483
# Expected results of some tests on Linux rely on availability of the "times"

0 commit comments

Comments
 (0)