summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/CNotificationScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaG15/src/CNotificationScreen.h')
-rw-r--r--plugins/MirandaG15/src/CNotificationScreen.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/plugins/MirandaG15/src/CNotificationScreen.h b/plugins/MirandaG15/src/CNotificationScreen.h
index f5142c554c..21038450ba 100644
--- a/plugins/MirandaG15/src/CNotificationScreen.h
+++ b/plugins/MirandaG15/src/CNotificationScreen.h
@@ -79,17 +79,9 @@ private:
CLCDLabel m_TitleText;
CLCDLabel m_Timestamp;
CLCDBar m_Scrollbar;
- //CLCDInput m_Input;
// Contact off the current event
- CNotificationEntry *m_pEntry;
-
- // message mode variables
- /*
- bool m_bMessageMode;
- enum { REPLY_STATE_NONE,REPLY_STATE_INPUT,REPLY_STATE_SENDING,REPLY_STATE_FAILED} m_eReplyState;
- HANDLE m_hMessage;
- */
+ CNotificationEntry *m_pEntry = nullptr;
};
-#endif \ No newline at end of file
+#endif