From 38b1f5eee10f3d27cd11b2f29723bb84f0e7df7f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 9 Feb 2021 18:30:17 -0700 Subject: [PATCH] fixup mistakes from a manual conflict resolution during rebase on master --- libs/ardour/session.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 2d9b23d703..460319e5d9 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -1,4 +1,4 @@ -s/* +/* * Copyright (C) 1999-2019 Paul Davis * Copyright (C) 2006-2007 Jesse Chappell * Copyright (C) 2006-2009 Sampo Savolainen @@ -181,7 +181,6 @@ Session::Session (AudioEngine &eng, : _playlists (new SessionPlaylists) , _engine (eng) , process_function (&Session::process_with_events) -#if 1 , _bounce_processing_active (false) , waiting_for_sync_offset (false) , _base_sample_rate (0) @@ -477,7 +476,6 @@ Session::Session (AudioEngine &eng, _global_locate_pending = false; _had_destructive_tracks = false; #endif ->>>>>>> libardour: conversion to use timeline types (mega-commit) created_with = string_compose ("%1 %2", PROGRAM_NAME, revision);