Remove unused include in Linux file dialog
This commit is contained in:
@@ -43,9 +43,7 @@ class FileDialogWrapper {
|
||||
static std::string ShowOpenFileDialog();
|
||||
};
|
||||
|
||||
|
||||
#elif defined(__linux__)
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
std::string ShowOpenFileDialog() {
|
||||
// Linux-specific file dialog implementation using GTK
|
||||
|
||||
Reference in New Issue
Block a user