1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/graphics/pfstmo/files/patch-src-fattal02-tmo_fattal02.cpp
Danilo Egea Gondolfo 86b70fb123 - Update from 1.2 to 1.5
- Add stage support

PR:		ports/191180
Submitted by:	ii@any.com.ru
2014-06-20 15:46:27 +00:00

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);