File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 44using System . Windows ;
55using System . Windows . Input ;
66using System . Windows . Media ;
7- using Hardcodet . Wpf . TaskbarNotification ;
87using MemPlus . Business . EXPORT ;
98using MemPlus . Business . GUI ;
109using MemPlus . Business . LOG ;
@@ -34,10 +33,6 @@ public partial class MainWindow
3433 /// </summary>
3534 private readonly LogController _logController ;
3635 /// <summary>
37- /// A boolean to indicate whether RAM statistics should be displayed after clearing the memory
38- /// </summary>
39- private bool _statisticsMessage ;
40- /// <summary>
4136 /// A boolean to indicate whether RAM cleaning is currently in progress
4237 /// </summary>
4338 private bool _clearingMemory ;
@@ -134,7 +129,6 @@ internal void LoadProperties()
134129
135130 try
136131 {
137- _statisticsMessage = Properties . Settings . Default . RamCleaningMessage ;
138132 MniDisableInactive . IsChecked = Properties . Settings . Default . DisableOnInactive ;
139133 MniOnTop . IsChecked = Properties . Settings . Default . Topmost ;
140134 MniRamMonitor . IsChecked = Properties . Settings . Default . RamMonitor ;
You can’t perform that action at this time.
0 commit comments