summaryrefslogtreecommitdiff
path: root/src/imlib.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-26 16:38:22 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-26 16:38:22 +0100
commit2e87ebe040eee6ec32404411369c433447fce936 (patch)
treed9cedaa7d089ba3ac854cfe8fd0482b956a861e9 /src/imlib.c
parent527c95cf0f32abcbdb1c7460fc50d334430758e8 (diff)
Remove the (now unneccessary) libjpeg code
Diffstat (limited to 'src/imlib.c')
-rw-r--r--src/imlib.c6
1 files changed, 0 insertions, 6 deletions
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 <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
-#include <jpeglib.h>
-
-#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);