summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/templates.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-02-19 18:17:50 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-02-19 18:17:50 +0300
commit58f9f9dea0865f900fa0c1e6e2ef8ffc18ecef74 (patch)
tree1e946e089f86b28b685516e668dd7727bd37499c /plugins/NewStory/src/templates.h
parent8995252e28a74bdb8ec2e616b991abd9b92b9655 (diff)
Revert "fixes #4208 (NewStory: добавить настройку цвета даты)"
This reverts commit 2ce03c8195193380d133300fdf487ce6f78be963.
Diffstat (limited to 'plugins/NewStory/src/templates.h')
-rw-r--r--plugins/NewStory/src/templates.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/NewStory/src/templates.h b/plugins/NewStory/src/templates.h
index 62fd15ac1f..ffe904c16e 100644
--- a/plugins/NewStory/src/templates.h
+++ b/plugins/NewStory/src/templates.h
@@ -16,7 +16,6 @@ struct TemplateVars
return vars[id].val;
}
- void SetDate(char option, const wchar_t *v);
void SetNick(wchar_t *v);
void SetVar(uint8_t id, wchar_t *v, bool d);
};