Module: tools Branch: master Commit: cde29ddee6af0bb85b7f41912b50598ae3a8f7b8 URL: http://source.winehq.org/git/tools.git/?a=commit;h=cde29ddee6af0bb85b7f41912...
Author: Francois Gouget fgouget@free.fr Date: Fri Mar 14 17:25:34 2008 +0100
winetest: Remove an obsolete comment about visible desktops. There's no corresponding code anymore.
---
winetest/gather | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/winetest/gather b/winetest/gather index c9e490a..415b619 100755 --- a/winetest/gather +++ b/winetest/gather @@ -34,7 +34,6 @@ require "winetest.conf"; # name: group name # extrema: hashes min and max error numbers to test names # digests: hashes report digests or "differ" to test names -# visible: whether winetest ran on a visible desktop # tests: array of test hashes (name, tag, dir, results hash). my %w95 = (name => "Win95"); my %w98 = (name => "Win98");