1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 06:14:13 +01:00

util: removed deprecated file 'directjpeg.c'

The content is not used anywhere, and this is probably mostly due
to the fact that the behaviour is provided by the WRaster library
in a better way.
This commit is contained in:
Christophe CURIS
2013-05-10 18:35:40 +02:00
committed by Carlos R. Mafra
parent c15da2e406
commit e7c2a3dc69
3 changed files with 1 additions and 206 deletions

View File

@@ -81,7 +81,6 @@ Bool xineStretch = False;
Pixmap CurrentPixmap = None;
char *PixmapPath = NULL;
extern Pixmap LoadJPEG(RContext * rc, char *file_name, int *width, int *height);
extern char *__progname;
typedef struct BackgroundTexture {