diff --git a/pcsx2/CMakeLists.txt b/pcsx2/CMakeLists.txt index f2b21725b9..29c5d79c31 100644 --- a/pcsx2/CMakeLists.txt +++ b/pcsx2/CMakeLists.txt @@ -722,7 +722,6 @@ set(pcsx2GSHeaders # GS resources set(pcsx2GSResources - GS/res/logo-ogl.bmp GS/res/fxaa.fx GS/res/glsl/common_header.glsl GS/res/glsl/convert.glsl diff --git a/pcsx2/GS/Window/GSLinuxDialog.cpp b/pcsx2/GS/Window/GSLinuxDialog.cpp index ceb1e8b2a2..3100c89223 100644 --- a/pcsx2/GS/Window/GSLinuxDialog.cpp +++ b/pcsx2/GS/Window/GSLinuxDialog.cpp @@ -659,16 +659,6 @@ bool RunLinuxDialog() GtkWidget* shader_box = CreateVbox(); GtkWidget* osd_box = CreateVbox(); - // Grab a logo, to make things look nice. - if (BigEnough()) - { - GResource* resources = GS_res_get_resource(); - GInputStream* ogl_stream = g_resource_open_stream(resources, "/GS/res/logo-ogl.bmp", G_RESOURCE_LOOKUP_FLAGS_NONE, NULL); - GdkPixbuf* ogl_logo = gdk_pixbuf_new_from_stream(ogl_stream, NULL, NULL); - g_object_unref(ogl_stream); - GtkWidget* logo_image = gtk_image_new_from_pixbuf(ogl_logo); - gtk_box_pack_start(GTK_BOX(main_box), logo_image, true, true, 0); - } GtkWidget* main_table = CreateTableInBox(main_box, NULL, 2, 2); diff --git a/pcsx2/GS/res/GS-res.xml b/pcsx2/GS/res/GS-res.xml index 8059190d75..611102fc00 100644 --- a/pcsx2/GS/res/GS-res.xml +++ b/pcsx2/GS/res/GS-res.xml @@ -1,8 +1,5 @@ - - logo-ogl.bmp - glsl/common_header.glsl diff --git a/pcsx2/GS/res/logo-null.bmp b/pcsx2/GS/res/logo-null.bmp deleted file mode 100644 index fedabfab26..0000000000 Binary files a/pcsx2/GS/res/logo-null.bmp and /dev/null differ diff --git a/pcsx2/GS/res/logo-ogl.bmp b/pcsx2/GS/res/logo-ogl.bmp deleted file mode 100644 index 66c1b9a013..0000000000 Binary files a/pcsx2/GS/res/logo-ogl.bmp and /dev/null differ diff --git a/pcsx2/GS/res/logo11.bmp b/pcsx2/GS/res/logo11.bmp deleted file mode 100644 index c06b4bca4d..0000000000 Binary files a/pcsx2/GS/res/logo11.bmp and /dev/null differ