Skip to content
Snippets Groups Projects
Commit 4bcda019 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Remove deprecated gtk goo

parent ee7ec027
No related branches found
No related tags found
No related merge requests found
...@@ -180,10 +180,6 @@ if (LINUX) ...@@ -180,10 +180,6 @@ if (LINUX)
LL_IGNORE_SIGCHLD LL_IGNORE_SIGCHLD
_REENTRANT _REENTRANT
$<$<CONFIG:Release>:_FORTIFY_SOURCE=2> $<$<CONFIG:Release>:_FORTIFY_SOURCE=2>
GDK_DISABLE_DEPRECATED
GTK_DISABLE_DEPRECATED
GSEAL_ENABLE
GTK_DISABLE_SINGLE_INCLUDES
) )
add_compile_options( add_compile_options(
......
...@@ -330,16 +330,6 @@ BOOL LLDirPicker::getDir(std::string* filename, bool blocking) ...@@ -330,16 +330,6 @@ BOOL LLDirPicker::getDir(std::string* filename, bool blocking)
if (mFilePicker) if (mFilePicker)
{ {
GtkWindow* picker = mFilePicker->buildFilePicker(false, true,
"dirpicker");
if (picker)
{
gtk_window_set_title(GTK_WINDOW(picker), LLTrans::getString("choose_the_directory").c_str());
gtk_widget_show_all(GTK_WIDGET(picker));
gtk_main();
return (!mFilePicker->getFirstFile().empty());
}
} }
#endif // !LL_MESA_HEADLESS #endif // !LL_MESA_HEADLESS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment