summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/templates.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-18 23:27:56 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-01-18 23:27:56 +0300
commit13ce4aa25fa260ed3eddee08a0fca93938b3c6fe (patch)
treeaebe3a989f4574b53e66fcdb3782082ce4c3683d /plugins/NewStory/src/templates.cpp
parentc2e2c85262148dcf71450dfd3c7b33ef41eb84ec (diff)
compilation fix
Diffstat (limited to 'plugins/NewStory/src/templates.cpp')
-rw-r--r--plugins/NewStory/src/templates.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/NewStory/src/templates.cpp b/plugins/NewStory/src/templates.cpp
index d388a2c9f3..da74186b59 100644
--- a/plugins/NewStory/src/templates.cpp
+++ b/plugins/NewStory/src/templates.cpp
@@ -34,9 +34,6 @@ TemplateInfo templates[TPL_COUNT] =
{ "tpl/msglog/file", _T("Message Log"), ICO_FILE, _T("Files"),
_T("%I%i[b]%N, %t:[/b]%n%M"), 0, 0,
{ vfGlobal, vfContact, vfEvent, vfFile, 0 } },
- { "tpl/msglog/url", _T("Message Log"), ICO_URL, _T("URLs"),
- _T("%I%i[b]%N, %t:[/b]%n%M"), 0, 0,
- { vfGlobal, vfContact, vfEvent, vfUrl, 0 } },
{ "tpl/msglog/status", _T("Message Log"), ICO_SIGNIN, _T("Status Changes"),
_T("%I%i[b]%N, %t:[/b]%n%M"), 0, 0,
{ vfGlobal, vfContact, vfEvent, vfSign, 0 } },
@@ -276,9 +273,6 @@ void vfEvent(int, TemplateVars *vars, MCONTACT, HistoryArray::ItemData *item)
case EVENTTYPE_FILE:
hIcon = GetIcon(ICO_FILE);
break;
- case EVENTTYPE_URL:
- hIcon = GetIcon(ICO_URL);
- break;
case EVENTTYPE_STATUSCHANGE:
hIcon = GetIcon(ICO_SIGNIN);
break;