diff options
Diffstat (limited to 'gui/objects.hpp')
-rw-r--r-- | gui/objects.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp index 44c2b364e..76dbb4625 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -362,13 +362,12 @@ public: ActionThread(); ~ActionThread(); - void threadActions(GUIAction *act, size_t start_index); + void threadActions(GUIAction *act); void run(void *data); private: struct ThreadData { GUIAction *act; - size_t start_index; }; pthread_t m_thread; |