Skip to content

Commit

Permalink
Removes Qt log viewer (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon authored Nov 20, 2024
1 parent c25bf3e commit 89dfe18
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 570 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ We use icons from https://materialdesignicons.com for UI.

## License

- `src/ansi_escape.hpp`, `src/ansi_escape.cpp`, `src/log_formatter.hpp` and `src/log_formatter.cpp` are licensed under GPL-3.0 only.
- `src/param`, `src/pfs` and `src/pkg` are licensed under LGPL-3.0.
- All other source code are licensed under either MIT License or Apache License, Version 2.0; or both.
- All release binaries are under GPL-3.0.
Expand Down
3 changes: 0 additions & 3 deletions gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ endif()

# Setup GUI.
add_executable(obliteration WIN32 MACOSX_BUNDLE
ansi_escape.cpp
app_data.cpp
core.cpp
cpu_settings.cpp
display_settings.cpp
game_models.cpp
initialize_wizard.cpp
launch_settings.cpp
log_formatter.cpp
logs_viewer.cpp
main.cpp
main_window.cpp
path.cpp
Expand Down
257 changes: 0 additions & 257 deletions gui/ansi_escape.cpp

This file was deleted.

36 changes: 0 additions & 36 deletions gui/ansi_escape.hpp

This file was deleted.

Loading

0 comments on commit 89dfe18

Please sign in to comment.