diff options
author | crupest <crupest@outlook.com> | 2020-03-13 17:05:03 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-13 17:05:03 +0800 |
commit | 8833b4eb1e65dda51abd24b453b86531b3f5f7a8 (patch) | |
tree | 5e17bcec752435910ed20883ef93b84da7f55b80 /Timeline/Resources/Controllers | |
parent | 904f98bda60b3bd92331aacde3771dedde62d2b5 (diff) | |
download | timeline-8833b4eb1e65dda51abd24b453b86531b3f5f7a8.tar.gz timeline-8833b4eb1e65dda51abd24b453b86531b3f5f7a8.tar.bz2 timeline-8833b4eb1e65dda51abd24b453b86531b3f5f7a8.zip |
Abstract out data cache helper.
Diffstat (limited to 'Timeline/Resources/Controllers')
-rw-r--r-- | Timeline/Resources/Controllers/UserAvatarController.Designer.cs | 27 | ||||
-rw-r--r-- | Timeline/Resources/Controllers/UserAvatarController.resx | 9 |
2 files changed, 0 insertions, 36 deletions
diff --git a/Timeline/Resources/Controllers/UserAvatarController.Designer.cs b/Timeline/Resources/Controllers/UserAvatarController.Designer.cs index e6eeb1e8..b0c35ff9 100644 --- a/Timeline/Resources/Controllers/UserAvatarController.Designer.cs +++ b/Timeline/Resources/Controllers/UserAvatarController.Designer.cs @@ -97,33 +97,6 @@ namespace Timeline.Resources.Controllers { }
/// <summary>
- /// Looks up a localized string similar to Attempt to get a avatar with If-None-Match in bad format..
- /// </summary>
- internal static string LogGetBadIfNoneMatch {
- get {
- return ResourceManager.GetString("LogGetBadIfNoneMatch", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Returned full data for a get avatar attempt..
- /// </summary>
- internal static string LogGetReturnData {
- get {
- return ResourceManager.GetString("LogGetReturnData", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Returned NotModify for a get avatar attempt..
- /// </summary>
- internal static string LogGetReturnNotModify {
- get {
- return ResourceManager.GetString("LogGetReturnNotModify", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to Attempt to get a avatar of a non-existent user failed..
/// </summary>
internal static string LogGetUserNotExist {
diff --git a/Timeline/Resources/Controllers/UserAvatarController.resx b/Timeline/Resources/Controllers/UserAvatarController.resx index 58860c83..864d96c0 100644 --- a/Timeline/Resources/Controllers/UserAvatarController.resx +++ b/Timeline/Resources/Controllers/UserAvatarController.resx @@ -129,15 +129,6 @@ <data name="LogDeleteSuccess" xml:space="preserve">
<value>Succeed to delete a avatar of a user.</value>
</data>
- <data name="LogGetBadIfNoneMatch" xml:space="preserve">
- <value>Attempt to get a avatar with If-None-Match in bad format.</value>
- </data>
- <data name="LogGetReturnData" xml:space="preserve">
- <value>Returned full data for a get avatar attempt.</value>
- </data>
- <data name="LogGetReturnNotModify" xml:space="preserve">
- <value>Returned NotModify for a get avatar attempt.</value>
- </data>
<data name="LogGetUserNotExist" xml:space="preserve">
<value>Attempt to get a avatar of a non-existent user failed.</value>
</data>
|