From 26a3f6083e005f3fc2d802c904870ae6f57cc5a9 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 26 May 2005 16:50:10 +0000 Subject: [PATCH] Removed unneeded commented-out code. --- src/merge/pr_generic.cpp | 54 ---------------------------------------- 1 file changed, 54 deletions(-) diff --git a/src/merge/pr_generic.cpp b/src/merge/pr_generic.cpp index 17f7487f5..2282563e1 100644 --- a/src/merge/pr_generic.cpp +++ b/src/merge/pr_generic.cpp @@ -36,60 +36,6 @@ using namespace std; -// int64_t packet_t::packet_id_counter = 0; - -// packet_t::packet_t(): -// group(NULL), block(NULL), cluster(NULL), data(NULL), length(0), -// ref_priority(0), -// timecode(0), bref(0), fref(0), duration(0), -// packet_num(0), -// assigned_timecode(0), unmodified_assigned_timecode(0), -// unmodified_duration(0), -// duration_mandatory(false), superseeded(false), gap_following(false), -// source(NULL) { - -// packet_id = packet_id_counter; -// ++packet_id_counter; -// } - -// packet_t::packet_t(memory_cptr n_memory, -// int64_t n_timecode, -// int64_t n_duration, -// int64_t n_bref, -// int64_t n_fref): -// group(NULL), block(NULL), cluster(NULL), data(NULL), length(0), -// ref_priority(0), -// timecode(n_timecode), bref(n_bref), fref(n_fref), -// duration(n_duration), -// packet_num(0), -// assigned_timecode(0), unmodified_assigned_timecode(0), -// unmodified_duration(0), -// duration_mandatory(false), superseeded(false), gap_following(false), -// source(NULL), memory(n_memory) { - -// packet_id = packet_id_counter; -// ++packet_id_counter; -// } - -// packet_t::packet_t(memory_c *n_memory, -// int64_t n_timecode, -// int64_t n_duration, -// int64_t n_bref, -// int64_t n_fref): -// group(NULL), block(NULL), cluster(NULL), data(NULL), length(0), -// ref_priority(0), -// timecode(n_timecode), bref(n_bref), fref(n_fref), -// duration(n_duration), -// packet_num(0), -// assigned_timecode(0), unmodified_assigned_timecode(0), -// unmodified_duration(0), -// duration_mandatory(false), superseeded(false), gap_following(false), -// source(NULL), memory(memory_cptr(n_memory)) { - -// packet_id = packet_id_counter; -// ++packet_id_counter; -// } - packet_t::~packet_t() { vector::iterator i;