From 2e87ebe040eee6ec32404411369c433447fce936 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 26 Feb 2010 16:38:22 +0100 Subject: Remove the (now unneccessary) libjpeg code --- src/imlib.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/imlib.c') diff --git a/src/imlib.c b/src/imlib.c index 6051206..acdbc4f 100644 --- a/src/imlib.c +++ b/src/imlib.c @@ -33,9 +33,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include #include #include -#include - -#include "transupp.h" Display *disp = NULL; Visual *vis = NULL; @@ -968,9 +965,6 @@ gib_list *feh_wrap_string(char *text, int wrap_width, int max_height, Imlib_Font void feh_edit_inplace_lossless_rotate(winwidget w, int orientation) { - struct jpeg_decompress_struct srcinfo; - struct jpeg_compress_struct dstinfo; - struct jpeg_error_mgr jsrcerr, jdsterr; char *filename = FEH_FILE(w->file->data)->filename; int len = 44 + (strlen(filename) * 2); char *command = emalloc(len); -- cgit v1.2.3