Browse Source

cmGrPlotAudio.c Comment changes.

master
kevin 11 years ago
parent
commit
b59c26a73b
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      cmGrPlotAudio.c

+ 0
- 1
cmGrPlotAudio.c View File

@@ -120,7 +120,6 @@ bool _cmGrPlObjAfRender(   cmGrObjFuncArgs_t* args, cmGrDcH_t dcH )
120 120
     for(i=0; i<op->pixN; ++i)
121 121
       cmGrDcDrawLine(dcH, op->pext.loc.x+i, op->iMinV[i], op->pext.loc.x+i, op->iMaxV[i] );        
122 122
 
123
-
124 123
     // draw a rectangle around the entire audio clip
125 124
     cmGrDcDrawRect(dcH, op->pext.loc.x, cmGrPExtT(&pext),  op->pext.sz.w, cmGrPExtB(&pext) );
126 125
     

Loading…
Cancel
Save