diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-02-22 22:28:25 +0100 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2016-02-22 22:28:25 +0100 |
commit | 570232ecb1ee62cfee6b815082dbabc7b53476d3 (patch) | |
tree | f1bf11fbf199c9cbb50aa28c9d6c348caf7afbb4 /lib | |
parent | 69db6810e038ff7f581a87d3bb387f82117b2f33 (diff) | |
parent | 18b04d54470959541dfb88e11cc79cd4c936c36b (diff) |
Merge pull request #9137 from stefansaraev/exif
[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 |