mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 01:46:15 +01:00
Remove unused code
This commit is contained in:
parent
ae1f4dc3bd
commit
0fe2fc8db5
1 changed files with 0 additions and 5 deletions
|
|
@ -870,11 +870,6 @@ static inline uint BYTE_MUL_RGB16(uint x, uint a) {
|
|||
return t;
|
||||
}
|
||||
|
||||
static inline uint BYTE_MUL_RGB16_32(uint x, uint a) {
|
||||
uint t = (((x & 0xf81f07e0) >> 5)*a) & 0xf81f07e0;
|
||||
t |= (((x & 0x07e0f81f)*a) >> 5) & 0x07e0f81f;
|
||||
return t;
|
||||
}
|
||||
|
||||
QRect PictureFlowPrivate::renderCenterSlide(const SlideInfo &slide) {
|
||||
QImage* src = surface(slide.slideIndex);
|
||||
|
|
|
|||
Loading…
Reference in a new issue