diff options
Diffstat (limited to '')
-rw-r--r-- | gui/objects.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp index 047b66b63..3a39fe565 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -496,7 +496,6 @@ protected: COLOR mFontHighlightColor; int startSelection; bool updateFileList; - pthread_mutex_t updateFileListmutex; }; class GUIListBox : public RenderObject, public ActionObject |