]> sigrok.org Git - pulseview.git/blobdiff - pv/data/signaldata.cpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / data / signaldata.cpp
index 6a4c6d926bf6e3d071d03b24515aaf63ed916c65..f3bced81147fc042dd0611cd7cc9e01cef9d3566 100644 (file)
@@ -14,8 +14,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 "signaldata.hpp"
@@ -23,9 +22,5 @@
 namespace pv {
 namespace data {
 
-SignalData::SignalData()
-{
-}
-
 } // namespace data
 } // namespace pv