Skip to content

Commit

Permalink
[chore] remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrox authored and Frenzie committed Nov 5, 2017
1 parent 41829ad commit 62a73d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ffi/blitbuffer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,6 @@ dim color values in rectangular area
function BB_mt.__index:dimRect(x, y, w, h, by)
local color = Color8A(255, 255*(by or 0.5))
if use_cblitbuffer then
c = color:getColorRGB32()
cblitbuffer.BB_blend_rect(ffi.cast("struct BlitBuffer *", self),
x, y, w, h, color:getColorRGB32())
else
Expand Down

0 comments on commit 62a73d8

Please sign in to comment.