diff options
Diffstat (limited to 'dlna/profiles/png.cpp')
-rw-r--r-- | dlna/profiles/png.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dlna/profiles/png.cpp b/dlna/profiles/png.cpp deleted file mode 100644 index 46ccc24..0000000 --- a/dlna/profiles/png.cpp +++ /dev/null @@ -1,11 +0,0 @@ -/* - * File: profiles_png.cpp - * Author: savop - * - * Created on 7. Dezember 2009, 13:01 - */ - -#include "profiles/png.h" - -DLNAIconProfile DLNA_ICON_PNG_SM_24A = { "image/png", 48, 48, 24 }; -DLNAIconProfile DLNA_ICON_PNG_LRG_24A = { "image/png", 120, 120, 24 }; |