summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2012-12-10 10:12:22 +0000
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-12-10 10:12:22 +0000
commit139dc0f86b8ca851a2e5d4e1bd5bb5e7d0b43c67 (patch)
tree6bcc3997f41a97f232607672d3142a442c2af206 /src/corelib
parentef77faad0f0026b2da204b8643a535c5fb88dcc0 (diff)
downloadfpGUI-139dc0f86b8ca851a2e5d4e1bd5bb5e7d0b43c67.tar.xz
Removed old constants not needed any more - they are now standard in FPC's RTL.
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/fpg_constants.pas9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/corelib/fpg_constants.pas b/src/corelib/fpg_constants.pas
index 96e45c30..37b3f135 100644
--- a/src/corelib/fpg_constants.pas
+++ b/src/corelib/fpg_constants.pas
@@ -75,15 +75,6 @@ resourcestring
const
- // FPC 2.2.0 and earlier only
- {$if defined(VER2_0) or defined(VER2_2_0)}
- {$IFDEF UNIX}
- AllFilesMask = '*';
- {$ELSE}
- AllFilesMask = '*.*';
- {$ENDIF UNIX}
- {$endif}
-
{ Double click support }
DOUBLECLICK_MS = 320; // the max time between left-clicks for doubleclick in milliseconds