1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 04:44:16 +01:00

Removed optimize_for_speed flag

The optimize_for_speed was used to set the Alpha channel for jpeg.
The alpha channel for jpeg should be used always. The current CPUs/GPUs can do
it without problems and this is an old behaviour.
This commit is contained in:
Rodolfo García Peñas (kix)
2013-09-05 21:08:14 +02:00
committed by Carlos R. Mafra
parent f363292d3c
commit d1f9b80171
3 changed files with 6 additions and 31 deletions

View File

@@ -147,7 +147,6 @@ typedef struct RContext {
struct {
unsigned int use_shared_pixmap:1;
unsigned int optimize_for_speed:1;
} flags;
} RContext;