summarylogtreecommitdiffstats
path: root/boost1.58.patch
diff options
context:
space:
mode:
Diffstat (limited to 'boost1.58.patch')
-rw-r--r--boost1.58.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/boost1.58.patch b/boost1.58.patch
deleted file mode 100644
index eaf667e227d4..000000000000
--- a/boost1.58.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/gazebo/gui/TimePanel.cc b/gazebo/gui/TimePanel.cc
---- a/gazebo/gui/TimePanel.cc
-+++ b/gazebo/gui/TimePanel.cc
-@@ -178,7 +178,7 @@
- }
-
- /////////////////////////////////////////////////
--void TimePanel::OnFullScreen(bool & /*_value*/)
-+void TimePanel::OnFullScreen(bool /*_value*/)
- {
- /*if (_value)
- this->hide();
-diff --git a/gazebo/gui/TimePanel.hh b/gazebo/gui/TimePanel.hh
---- a/gazebo/gui/TimePanel.hh
-+++ b/gazebo/gui/TimePanel.hh
-@@ -66,7 +66,7 @@
- /// \brief Called when the GUI enters/leaves full-screen mode.
- /// \param[in] _value True when entering full screen, false when
- /// leaving.
-- private: void OnFullScreen(bool &_value);
-+ private: void OnFullScreen(bool _value);
-
- /// \brief Called when a world stats message is received.
- /// \param[in] _msg World statistics message.