mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-23 17:08:11 +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
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, GetText,
|
Classes, SysUtils,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazFileUtils, LazFileCache, LazUTF8, Translations,
|
LazFileUtils, LazFileCache, LazUTF8, Translations,
|
||||||
// Codetools
|
// Codetools
|
||||||
|
@ -46,7 +46,6 @@ uses
|
|||||||
{$ELSE}
|
{$ELSE}
|
||||||
UITypes
|
UITypes
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
{$ifndef wince},gettext{$endif}// remove ifdefs when gettext is fixed and a new fpc is released
|
|
||||||
;
|
;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user