scroll-view-fade: Remove explicit GLSL version

Cogl sets this for us since commit 2701b93f159bf2d3387cedf2d06fe921ad5641f3.

Setting it twice is illegal and causes compile failures:
error C0204: version directive must be first statement and may not be repeated.
This commit is contained in:
Adel Gadllah 2013-02-05 20:32:08 +01:00
parent 406f65cb23
commit 11bd7dc7de

View File

@ -17,8 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#version 120
uniform sampler2D tex;
uniform float height;
uniform float width;