mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Remove unused code
This commit is contained in:
parent
ae1f4dc3bd
commit
0fe2fc8db5
@ -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…
x
Reference in New Issue
Block a user