mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 17:52:16 +02:00
clean up
git-svn-id: trunk@14996 -
This commit is contained in:
parent
3ec6f39282
commit
5b11d49d7e
@ -4544,8 +4544,6 @@ begin
|
||||
end;
|
||||
|
||||
procedure TSourceNotebook.EndIncrementalFind;
|
||||
var
|
||||
TempEditor: TSourceEditor;
|
||||
begin
|
||||
if not (snIncrementalFind in States) then exit;
|
||||
|
||||
|
@ -227,11 +227,11 @@ end;
|
||||
|
||||
class procedure TGtk2WSMenuItem.SetShortCut(const AMenuItem: TMenuItem;
|
||||
const OldShortCut, NewShortCut: TShortCut);
|
||||
var
|
||||
MenuWidget: PGtkMenuItem;
|
||||
accel_path: String;
|
||||
CurKey: Word;
|
||||
CurShift: TShiftState;
|
||||
//var
|
||||
//MenuWidget: PGtkMenuItem;
|
||||
//accel_path: String;
|
||||
//CurKey: Word;
|
||||
//CurShift: TShiftState;
|
||||
begin
|
||||
if not WSCheckMenuItem(AMenuItem, 'SetShortCut') then Exit;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user