summaryrefslogtreecommitdiff
path: root/gui/fpgui.pas
diff options
context:
space:
mode:
Diffstat (limited to 'gui/fpgui.pas')
-rw-r--r--gui/fpgui.pas3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/fpgui.pas b/gui/fpgui.pas
index c6ccc8a7..2ec385c0 100644
--- a/gui/fpgui.pas
+++ b/gui/fpgui.pas
@@ -3,7 +3,7 @@
fpGUI master file
- Copyright (C) 2000 - 2006 See the file AUTHORS.txt, included in this
+ Copyright (C) 2006 - 2007 See the file AUTHORS.txt, included in this
distribution, for details of the copyright.
See the file COPYING.modifiedLGPL, included in this distribution,
@@ -323,7 +323,6 @@ begin
Result := IdentToInt(Ident, Orientation, Orientations);
end;
-
function OrientationToIdent(Orientation: LongInt; var Ident: String): Boolean;
begin
Result := IntToIdent(Orientation, Ident, Orientations);