summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders/src/stdafx.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-18 18:26:23 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-18 18:26:23 +0300
commit69b001f36e1df9bfc80effd0e7fb5333335c2d87 (patch)
treeb4e27eacfca1e812104b3a81d47a75d580f111bc /plugins/NotesAndReminders/src/stdafx.cpp
parente69e0ee825baad1b09849eeb126df9a08501208b (diff)
Notes & Reminders:
- ANSI plugin became Unicode and therefore went under standard project templates; - globals.h renamed to stdafx.h, stdafx.cxx added to a project; - old pascal-style lists replaced with LIST<> templates; - massive code cleaning; - version bump
Diffstat (limited to 'plugins/NotesAndReminders/src/stdafx.cpp')
-rw-r--r--plugins/NotesAndReminders/src/stdafx.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/NotesAndReminders/src/stdafx.cpp b/plugins/NotesAndReminders/src/stdafx.cpp
deleted file mode 100644
index 184538e1f7..0000000000
--- a/plugins/NotesAndReminders/src/stdafx.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
-Copyright (C) 2012-19 Miranda NG team (https://miranda-ng.org)
-
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation version 2
-of the License.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#include "globals.h" \ No newline at end of file