From 18b04d54470959541dfb88e11cc79cd4c936c36b Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 14 Feb 2016 19:12:40 +0200 Subject: [cleanup] lib/libexif: dead code --- lib/libexif/libexif.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib') diff --git a/lib/libexif/libexif.cpp b/lib/libexif/libexif.cpp index 5f1804d789..b2d29dbe2e 100644 --- a/lib/libexif/libexif.cpp +++ b/lib/libexif/libexif.cpp @@ -31,13 +31,3 @@ bool process_jpeg(const char *filename, ExifInfo_t *exifInfo, IPTCInfo_t *iptcIn #ifdef __cplusplus } #endif - -#ifndef _DLL -int main(int argc, char* argv[]) -{ - ExifInfo_t exifInfo; - IPTCInfo_t iptcInfo; - process_jpeg("C:\\Documents and Settings\\jcmarsha\\My Documents\\My Pictures\\396179226_f09242e21e_o.jpg", &exifInfo, &iptcInfo); - return 0; -} -#endif -- cgit v1.2.3