diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-12-10 22:32:19 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-12-10 22:32:19 +0000 |
commit | f8b35188837e5ca2352e7fdaff88bc1e4dbc4993 (patch) | |
tree | 26e3059c56a84b9718d66f8b4fdccbc5683d9b34 /plugins/TrafficCounter/src/commonheaders.h | |
parent | aa5ad4e9e5f881747ab2fae38b0da05560085f13 (diff) |
removed deprecated & bizarre aliases
git-svn-id: http://svn.miranda-ng.org/main/trunk@2717 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TrafficCounter/src/commonheaders.h')
-rw-r--r-- | plugins/TrafficCounter/src/commonheaders.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/TrafficCounter/src/commonheaders.h b/plugins/TrafficCounter/src/commonheaders.h index da55111532..bdc5974519 100644 --- a/plugins/TrafficCounter/src/commonheaders.h +++ b/plugins/TrafficCounter/src/commonheaders.h @@ -20,9 +20,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define MIRANDA_VER 0x0900
-#define MIRANDA_CUSTOM_LP
-
#ifndef _WIN64
#define _USE_32BIT_TIME_T
#endif
@@ -51,7 +48,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_protocols.h>
#include <m_protosvc.h>
#include <m_cluiframes.h>
-#include <m_database.h>
#include <m_fontservice.h>
#include <m_popup.h>
#include <m_skin.h>
|