mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
86b70fb123
- Add stage support PR: ports/191180 Submitted by: ii@any.com.ru
11 lines
328 B
C++
11 lines
328 B
C++
--- src/fattal02/tmo_fattal02.cpp.orig 2012-06-22 10:59:15.000000000 +0000
|
|
+++ src/fattal02/tmo_fattal02.cpp 2014-06-18 15:29:52.298957047 +0000
|
|
@@ -105,7 +105,6 @@
|
|
{
|
|
int width = I->getCols();
|
|
int height = I->getRows();
|
|
- int size = width*height;
|
|
int x,y;
|
|
|
|
pfstmo::Array2D* T = new pfstmo::Array2D(width,height);
|