Skip to content

Commit

Permalink
refactor: removed unused code
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 0e4c287f646cb8cfe539468448b4237e8e4d16cbb530ae7bbc22fae36553e618
  • Loading branch information
thindil committed Mar 1, 2024
1 parent cb932a4 commit c68a345
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
27 changes: 0 additions & 27 deletions src/ui/help-ui.adb

This file was deleted.

7 changes: 5 additions & 2 deletions src/ui/help-ui.ads
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2020-2022 Bartek thindil Jasicki <[email protected]>
-- Copyright (c) 2020-2024 Bartek thindil Jasicki
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
Expand All @@ -24,7 +24,10 @@ package Help.UI is
-- FUNCTION
-- Add Tcl commands related to the help UI
-- SOURCE
procedure Add_Commands;
procedure Add_Commands with
Import => True,
Convention => C,
External_Name => "addAdaHelpCommands";
-- ****

end Help.UI;

0 comments on commit c68a345

Please sign in to comment.