Removed deprecated files

pull/207/head
parent 77c43468e7
commit d3ab9b4a61

@ -27,17 +27,6 @@
<gresource prefix="/com/ublinux/css"> <gresource prefix="/com/ublinux/css">
<file>ubinstall-gtk.css</file> <file>ubinstall-gtk.css</file>
</gresource> </gresource>
<gresource prefix="/com/ublinux/images">
<file>install_type_custom_normal.png</file>
<file>install_type_data_only_normal.png</file>
<file>install_type_fast_normal.png</file>
<file>install_type_grub_install_normal.png</file>
<file>install_type_grub_update_normal.png</file>
<file>install_type_next_normal.png</file>
<file>install_type_part_normal.png</file>
<file>install_type_recovery_normal.png</file>
<file>install_type_system_only_normal.png</file>
</gresource>
<gresource prefix="/com/ublinux/csv"> <gresource prefix="/com/ublinux/csv">
<file>modules.csv</file> <file>modules.csv</file>
<file>kernel-list.csv</file> <file>kernel-list.csv</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

@ -79,15 +79,6 @@ set(DEPENDFILES
../groups-list.csv ../groups-list.csv
../vfs-list.csv ../vfs-list.csv
../applications-list.csv ../applications-list.csv
../icons-builtin/install_type_custom_normal.png
../icons-builtin/install_type_data_only_normal.png
../icons-builtin/install_type_fast_normal.png
../icons-builtin/install_type_grub_install_normal.png
../icons-builtin/install_type_grub_update_normal.png
../icons-builtin/install_type_next_normal.png
../icons-builtin/install_type_part_normal.png
../icons-builtin/install_type_recovery_normal.png
../icons-builtin/install_type_system_only_normal.png
) )
file(COPY ${DEPENDFILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) file(COPY ${DEPENDFILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})

@ -210,7 +210,6 @@ void yon_set_locales_list(main_window *widgets){
} }
} }
textdomain(LocaleName); textdomain(LocaleName);
} }
gboolean on_country_filter(GtkTreeModel *self, GtkTreeIter *iter, main_window *widgets){ gboolean on_country_filter(GtkTreeModel *self, GtkTreeIter *iter, main_window *widgets){

Loading…
Cancel
Save