Skip to content

Commit

Permalink
Add lang_list.h to CMakeLists; add lang_list.h to .gitignore, and rem…
Browse files Browse the repository at this point in the history
…ove it from the repo
  • Loading branch information
SunderB committed Feb 4, 2021
1 parent d8b75aa commit 15feed0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 75 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ app/gui/qt/moc_mainwindow.cpp
app/gui/qt/moc_sonicpiudpserver.cpp
app/gui/qt/qrc_SonicPi.cpp
app/gui/qt/utils/ruby_help.h
app/gui/qt/utils/lang_list.h
app/gui/qt/help
app/gui/qt/help_files.qrc
app/gui/qt/lang/*.qm
Expand Down
1 change: 1 addition & 0 deletions app/gui/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ set(SOURCES
${QTAPP_ROOT}/utils/sonicpiapis.h
${QTAPP_ROOT}/utils/sonic_pi_i18n.h
${QTAPP_ROOT}/utils/ruby_help.h
${QTAPP_ROOT}/utils/lang_list.h
${QTAPP_ROOT}/utils/paths.h
${QTAPP_ROOT}/model/settings.h
)
Expand Down
75 changes: 0 additions & 75 deletions app/gui/qt/utils/lang_list.h

This file was deleted.

0 comments on commit 15feed0

Please sign in to comment.