diff options
Diffstat (limited to 'include/delphi/m_system.inc')
-rw-r--r-- | include/delphi/m_system.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/delphi/m_system.inc b/include/delphi/m_system.inc index a59723bc05..642c7ab557 100644 --- a/include/delphi/m_system.inc +++ b/include/delphi/m_system.inc @@ -33,13 +33,6 @@ const MIRANDACLASS = 'Miranda';
{$ENDIF}
-// set the default compatibility lever for Miranda 0.4.x
-{$IFNDEF MIRANDA_VER}
-{$DEFINE MIRANDA_VER}
-const
- MIRANDA_VER = $0400;
-{$ENDIF}
-
{ miranda/system/modulesloaded
called after all modules have been successfully initialised
wParam=lParam=0
|