aboutsummaryrefslogtreecommitdiff
path: root/gui/browser.h
diff options
context:
space:
mode:
authorThierry Crozat2017-07-26 21:59:30 +0100
committerThierry Crozat2017-07-26 23:31:24 +0100
commita421962b38512d8bc061bc35d3b3db820a6b1240 (patch)
tree8b4d1edb7427ae692821d0cc7485f1524437b947 /gui/browser.h
parent4981b4bbef89e4fad7673c03ca61a4c656d4b210 (diff)
downloadscummvm-rg350-a421962b38512d8bc061bc35d3b3db820a6b1240.tar.gz
scummvm-rg350-a421962b38512d8bc061bc35d3b3db820a6b1240.tar.bz2
scummvm-rg350-a421962b38512d8bc061bc35d3b3db820a6b1240.zip
OSX: Make sure the native file browser runs in the main thread
Diffstat (limited to 'gui/browser.h')
-rw-r--r--gui/browser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/browser.h b/gui/browser.h
index b77907bad2..10663f547e 100644
--- a/gui/browser.h
+++ b/gui/browser.h
@@ -52,7 +52,6 @@ protected:
#ifdef MACOSX
const void *_titleRef;
const void *_chooseRef;
- const void *_hiddenFilesRef;
#else
ListWidget *_fileList;
StaticTextWidget *_currentPath;