From: Joel Holdsworth Date: Sat, 28 Dec 2013 18:33:47 +0000 (+0100) Subject: Removed declaration of pv::MainWindow::decoder_name_cmp X-Git-Tag: pulseview-0.2.0~179 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=5d1f6de47dc60b1abf8ddbcdfdfdf354b8c06be8 Removed declaration of pv::MainWindow::decoder_name_cmp --- diff --git a/pv/mainwindow.h b/pv/mainwindow.h index ca447502..0f1449d3 100644 --- a/pv/mainwindow.h +++ b/pv/mainwindow.h @@ -71,8 +71,6 @@ private: void update_device_list( struct sr_dev_inst *selected_device = NULL); - static gint decoder_name_cmp(gconstpointer a, gconstpointer b); - private slots: void load_file(QString file_name);