Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Jan 29, 2024
1 parent b286cc8 commit c70522d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion lib/tlResourceApp/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace tl
argv,
context,
"tlresource",
"Convert a resource file to a source code file.",
"Convert a resource file to a source file.",
{
app::CmdLineValueArg<std::string>::create(
_input,
Expand Down
3 changes: 0 additions & 3 deletions lib/tlUIApp/Window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ namespace tl
}
return out;
}
}

namespace
{
ui::Key fromGLFWKey(int key)
{
ui::Key out = ui::Key::Unknown;
Expand Down

0 comments on commit c70522d

Please sign in to comment.