From f04d64869f3b1de54fb343f28f955584780001b8 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 26 Nov 2011 15:41:10 +0000 Subject: Project folders rename part 3 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- skinengine/src/data_source.cpp | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 skinengine/src/data_source.cpp (limited to 'skinengine/src/data_source.cpp') diff --git a/skinengine/src/data_source.cpp b/skinengine/src/data_source.cpp deleted file mode 100644 index ec8545f..0000000 --- a/skinengine/src/data_source.cpp +++ /dev/null @@ -1,31 +0,0 @@ -#include "headers.h" - -CSkinDataSource::CSkinDataSource() -{ -} - -CSkinDataSource::~CSkinDataSource() -{ -} - -LPCTSTR CSkinDataSource::GetText(const TCHAR *key) -{ - if (!key || key[0] != '@') return key; - if (key[1] == '@') return key + 1; - return NULL; -} - -HICON CSkinDataSource::GetIcon(const TCHAR *key) -{ - return NULL; -} - -HBITMAP CSkinDataSource::GetBitmap(const TCHAR *key) -{ - return g_BitmapCache.LoadBitmap(key); -} - -ISkinBackend *CSkinDataSource::GetObject(const TCHAR *key) -{ - return NULL; -} -- cgit v1.2.3