Skip to content

Commit 783aed0

Browse files
committed
Cleanup.
1 parent 1f2fe05 commit 783aed0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

alg/viewshed/viewshed_executor.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,6 @@ bool ViewshedExecutor::writeLine(int nLine, std::vector<Cell> &vThisLine)
230230
*p++ = vThisLine[i].result;
231231
dataType = GDT_Float64;
232232
}
233-
/**
234-
std::vector<double> line(vThisLine.size());
235-
236-
for (size_t i = 0; i < line.size(); ++i)
237-
line[i] = vThisLine[i].result;
238-
**/
239233

240234
int status = 0;
241235
{

0 commit comments

Comments
 (0)