[graphics/krita] sdk/tests: Remove spurious SimpleTest.h file

L. E. Segovia null at kde.org
Wed Mar 3 12:08:15 GMT 2021


Git commit 09e5bb1c82ae8049c28275d197cefe869b2235b3 by L. E. Segovia.
Committed on 03/03/2021 at 12:06.
Pushed by lsegovia into branch 'master'.

Remove spurious SimpleTest.h file

This file is breaking checkout on Windows (and probably macOS as well).

CCMAIL: kimageshop at kde.org

D  +0    -7    sdk/tests/SimpleTest.h

https://invent.kde.org/graphics/krita/commit/09e5bb1c82ae8049c28275d197cefe869b2235b3

diff --git a/sdk/tests/SimpleTest.h b/sdk/tests/SimpleTest.h
deleted file mode 100644
index 9161c35161..0000000000
--- a/sdk/tests/SimpleTest.h
+++ /dev/null
@@ -1,7 +0,0 @@
-uniform sampler2D qt_Texture0;
-varying vec4 qt_TexCoord0;
-
-void main(void)
-{
-    gl_FragColor = texture2D(qt_Texture0, qt_TexCoord0.st);
-}


More information about the kimageshop mailing list