From e4e6b0cae91576101fbfdf2e95823bf642879d6e Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Tue, 11 Oct 2011 17:04:13 -0400 Subject: [PATCH] codec: remove unused constructor --- daemon/src/Codec.h | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/src/Codec.h b/daemon/src/Codec.h index 4238745c34..95817cd371 100644 --- a/daemon/src/Codec.h +++ b/daemon/src/Codec.h @@ -38,7 +38,6 @@ namespace sfl { class Codec { public: - Codec() {}; virtual ~Codec() {} /** * @return The mimesubtype for this codec. Eg. : "video" -- GitLab