diff options
author | Mike Buland <mike@xagasoft.com> | 2015-04-10 14:20:11 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2015-04-10 14:20:11 -0600 |
commit | 0d451543b78e173bc94c561278e16c8b20787d63 (patch) | |
tree | 21229d0cd1d9e13e0f041022d595c22237ff79dd | |
parent | ce78ef43e1c514b971fb3ad2746bcf59cd3aa11f (diff) | |
download | lost-0d451543b78e173bc94c561278e16c8b20787d63.tar.gz lost-0d451543b78e173bc94c561278e16c8b20787d63.tar.bz2 lost-0d451543b78e173bc94c561278e16c8b20787d63.tar.xz lost-0d451543b78e173bc94c561278e16c8b20787d63.zip |
Just got rid of some old, commented out code.
-rw-r--r-- | src/renderpng.cpp | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/renderpng.cpp b/src/renderpng.cpp index 4ce9a6e..83f789a 100644 --- a/src/renderpng.cpp +++ b/src/renderpng.cpp | |||
@@ -227,13 +227,6 @@ void RenderPng::render() | |||
227 | im.set( ox+iSubX+m, oy+iSubY+iCellMid-m+1, 0 ); | 227 | im.set( ox+iSubX+m, oy+iSubY+iCellMid-m+1, 0 ); |
228 | im.set( ox+iSubX+iCellMid+m+1, oy+iSubY+m+2, 0 ); | 228 | im.set( ox+iSubX+iCellMid+m+1, oy+iSubY+m+2, 0 ); |
229 | } | 229 | } |
230 | /* | ||
231 | im.set( iSubX+2, iSubY+1, 0 ); | ||
232 | im.set( iSubX+1, iSubY+2, 0 ); | ||
233 | im.set( iSubX+3, iSubY+2, 0 ); | ||
234 | im.set( iSubX+0, iSubY+3, 0 ); | ||
235 | im.set( iSubX+4, iSubY+3, 0 ); | ||
236 | */ | ||
237 | break; | 230 | break; |
238 | 231 | ||
239 | case 5: | 232 | case 5: |
@@ -243,13 +236,6 @@ void RenderPng::render() | |||
243 | im.set( ox+iSubX+m, oy+iSubY+iCellMid+m-1, 0 ); | 236 | im.set( ox+iSubX+m, oy+iSubY+iCellMid+m-1, 0 ); |
244 | im.set( ox+iSubX+iCellMid+m+1, oy+iSubY+iCellSize-m-3, 0 ); | 237 | im.set( ox+iSubX+iCellMid+m+1, oy+iSubY+iCellSize-m-3, 0 ); |
245 | } | 238 | } |
246 | /* | ||
247 | im.set( iSubX+2, iSubY+3, 0 ); | ||
248 | im.set( iSubX+1, iSubY+2, 0 ); | ||
249 | im.set( iSubX+3, iSubY+2, 0 ); | ||
250 | im.set( iSubX+0, iSubY+1, 0 ); | ||
251 | im.set( iSubX+4, iSubY+1, 0 ); | ||
252 | */ | ||
253 | break; | 239 | break; |
254 | 240 | ||
255 | case 6: | 241 | case 6: |
@@ -259,13 +245,6 @@ void RenderPng::render() | |||
259 | im.set( ox+iSubX+iCellMid-m+1, oy+iSubY+m, 0 ); | 245 | im.set( ox+iSubX+iCellMid-m+1, oy+iSubY+m, 0 ); |
260 | im.set( ox+iSubX+m+2, oy+iSubY+iCellMid+m+1, 0 ); | 246 | im.set( ox+iSubX+m+2, oy+iSubY+iCellMid+m+1, 0 ); |
261 | } | 247 | } |
262 | /* | ||
263 | im.set( iSubX+1, iSubY+2, 0 ); | ||
264 | im.set( iSubX+2, iSubY+1, 0 ); | ||
265 | im.set( iSubX+2, iSubY+3, 0 ); | ||
266 | im.set( iSubX+3, iSubY+0, 0 ); | ||
267 | im.set( iSubX+3, iSubY+4, 0 ); | ||
268 | */ | ||
269 | break; | 248 | break; |
270 | 249 | ||
271 | case 7: | 250 | case 7: |
@@ -275,13 +254,6 @@ void RenderPng::render() | |||
275 | im.set( ox+iSubX+iCellMid+m-1, oy+iSubY+m, 0 ); | 254 | im.set( ox+iSubX+iCellMid+m-1, oy+iSubY+m, 0 ); |
276 | im.set( ox+iSubX+iCellSize-m-3, oy+iSubY+iCellMid+m+1, 0 ); | 255 | im.set( ox+iSubX+iCellSize-m-3, oy+iSubY+iCellMid+m+1, 0 ); |
277 | } | 256 | } |
278 | /* | ||
279 | im.set( iSubX+3, iSubY+2, 0 ); | ||
280 | im.set( iSubX+2, iSubY+1, 0 ); | ||
281 | im.set( iSubX+2, iSubY+3, 0 ); | ||
282 | im.set( iSubX+1, iSubY+0, 0 ); | ||
283 | im.set( iSubX+1, iSubY+4, 0 ); | ||
284 | */ | ||
285 | break; | 257 | break; |
286 | } | 258 | } |
287 | } | 259 | } |