mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-22 08:28:16 +02:00
IDE, LCL: removed stale GetText unit uses
This commit is contained in:
parent
60e9f2b984
commit
e763d920b7
@ -32,7 +32,7 @@ unit IDETranslations;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, GetText,
|
||||
Classes, SysUtils,
|
||||
// LazUtils
|
||||
LazFileUtils, LazFileCache, LazUTF8, Translations,
|
||||
// Codetools
|
||||
|
@ -46,7 +46,6 @@ uses
|
||||
{$ELSE}
|
||||
UITypes
|
||||
{$ENDIF}
|
||||
{$ifndef wince},gettext{$endif}// remove ifdefs when gettext is fixed and a new fpc is released
|
||||
;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user