diff options
author | Stefan Saraev <stefan@saraev.ca> | 2016-02-14 19:12:40 +0200 |
---|---|---|
committer | Stefan Saraev <stefan@saraev.ca> | 2016-02-14 21:52:55 +0200 |
commit | 18b04d54470959541dfb88e11cc79cd4c936c36b (patch) | |
tree | 5bd3eb2190ebd4c8908de1e678a6718b4cf53f39 /lib | |
parent | 65b5e57172cc66e143bb577e9fcb4041cbcc7c1c (diff) |
[cleanup] lib/libexif: dead code
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libexif/libexif.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
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 |