Skip to content

Commit e5b8645

Browse files
committedNov 30, 2018
Remove TODO comment because it's now done
1 parent 6176159 commit e5b8645

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/core/qgsopenclutils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,6 @@ cl::Program QgsOpenClUtils::buildProgram( const QString &source, QgsOpenClUtils:
549549
{
550550
program = cl::Program( QgsOpenClUtils::context(), source.toStdString( ) );
551551
// OpenCL version for compatibility with older hardware
552-
// TODO: make this configurable
553552
program.build( QStringLiteral( "-cl-std=CL%1 -I%2" )
554553
.arg( QgsOpenClUtils::activePlatformVersion( ) )
555554
.arg( sourcePath() ).toStdString().c_str() );

0 commit comments

Comments
 (0)
Please sign in to comment.