Skip to content

Commit

Permalink
as3-server.c: drop some lines that look like a mismerge and appear to…
Browse files Browse the repository at this point in the history
… just waste CPU

Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
  • Loading branch information
zarvox committed Jul 21, 2011
1 parent a879f21 commit ad4554c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions wrappers/actionscript/server/as3-server.c
Expand Up @@ -134,13 +134,6 @@ void sendDepth(){
buf_depth[4 * i + 1] = l;
buf_depth[4 * i + 2] = l;
buf_depth[4 * i + 3] = 0xFF;
if(depth[i] < _max_depth && depth[i] > _min_depth){
unsigned char l = 0xFF - ((depth[i] - _min_depth) & 0xFF);
buf_depth[4 * i + 0] = l;
buf_depth[4 * i + 1] = l;
buf_depth[4 * i + 2] = l;
buf_depth[4 * i + 3] = 0xFF;
}
}
}
if(_depth_compression != 0) {
Expand Down

0 comments on commit ad4554c

Please sign in to comment.