diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-22 18:31:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-22 18:31:39 +0300 |
commit | 42ecdeca853a425c8cec344a57826b9375153ca0 (patch) | |
tree | 53f3a983477cd24e56c8fe942de2c82ca9fc699f /plugins/NotesAndReminders/src/stdafx.h | |
parent | 03af559a0fbe59db41801d0a50370230b801a921 (diff) |
N&R: useless utility functions removed
Diffstat (limited to 'plugins/NotesAndReminders/src/stdafx.h')
-rw-r--r-- | plugins/NotesAndReminders/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotesAndReminders/src/stdafx.h b/plugins/NotesAndReminders/src/stdafx.h index aa7dc0ab00..73ebf4267a 100644 --- a/plugins/NotesAndReminders/src/stdafx.h +++ b/plugins/NotesAndReminders/src/stdafx.h @@ -55,7 +55,7 @@ extern void CreateMsgWindow(void); extern void DestroyMsgWindow(void); void NewNote(int Ax, int Ay, int Aw, int Ah, const char *pszText, ULARGE_INTEGER *ID, BOOL Visible, BOOL bOnTop, int scrollV); -void LoadNotes(BOOL bIsStartup); +void LoadNotes(bool bIsStartup); void SaveNotes(void); void DeleteNotes(void); void ShowHideNotes(void); |