]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/standardbar.cpp
Don't use redundant void argument.
[pulseview.git] / pv / views / trace / standardbar.cpp
index eee00b3f2f642b2d5b9c0a41e22faaf0f8492293..dc82ff1e1c065fdc918645cf31bffdcd98f1e1b4 100644 (file)
@@ -15,8 +15,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <QAction>
@@ -93,7 +92,7 @@ StandardBar::StandardBar(Session &session, QWidget *parent,
                add_toolbar_widgets();
 }
 
-Session &StandardBar::session(void) const
+Session &StandardBar::session() const
 {
        return session_;
 }