diff options
author | Benjamin Otte <otte@redhat.com> | 2019-03-22 22:29:11 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-03-22 22:30:01 +0100 |
commit | 799cb39e0866b0be17367580fd08b37215d3dcdd (patch) | |
tree | ab1782d66a9b3f7916b1158052fc9a4fa112c5d0 /testsuite | |
parent | 0615668dd933ff2d3aab2d96cfd00f5a9666abe2 (diff) | |
download | gtk+-799cb39e0866b0be17367580fd08b37215d3dcdd.tar.gz |
Remove win32 themeing support
It was unused through all of GTK 3, so it is not worth supporting.
The best Windows themes do not make use of it at all.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/css/parser/background-win32-color-is-no-error.css | 3 | ||||
-rw-r--r-- | testsuite/css/parser/background-win32-color-is-no-error.ref.css | 9 | ||||
-rw-r--r-- | testsuite/css/parser/meson.build | 2 |
3 files changed, 0 insertions, 14 deletions
diff --git a/testsuite/css/parser/background-win32-color-is-no-error.css b/testsuite/css/parser/background-win32-color-is-no-error.css deleted file mode 100644 index 3b17e20c02..0000000000 --- a/testsuite/css/parser/background-win32-color-is-no-error.css +++ /dev/null @@ -1,3 +0,0 @@ -a { - background: -gtk-win32-color(edit, highlight); -} diff --git a/testsuite/css/parser/background-win32-color-is-no-error.ref.css b/testsuite/css/parser/background-win32-color-is-no-error.ref.css deleted file mode 100644 index 7879519a91..0000000000 --- a/testsuite/css/parser/background-win32-color-is-no-error.ref.css +++ /dev/null @@ -1,9 +0,0 @@ -a { - background-clip: border-box; - background-color: -gtk-win32-color(edit, highlight); - background-image: none; - background-origin: padding-box; - background-position: left top; - background-repeat: repeat; - background-size: auto; -} diff --git a/testsuite/css/parser/meson.build b/testsuite/css/parser/meson.build index a5e7d91c4c..db4672365a 100644 --- a/testsuite/css/parser/meson.build +++ b/testsuite/css/parser/meson.build @@ -157,8 +157,6 @@ test_data = [ 'background-shorthand-single.ref.css', 'background-size.css', 'background-size.ref.css', - 'background-win32-color-is-no-error.css', - 'background-win32-color-is-no-error.ref.css', 'border-color.css', 'border-color-currentcolor.css', 'border-color-currentcolor.ref.css', |