mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix warnings.
git-svn-id: svn://localhost/ardour2/branches/3.0@8848 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7a5b6a5031
commit
70126fb9d6
2 changed files with 2 additions and 4 deletions
|
|
@ -64,10 +64,10 @@ EditorRegions::EditorRegions (Editor* e)
|
|||
, name_editable (0)
|
||||
, _menu (0)
|
||||
, _show_automatic_regions (true)
|
||||
, _sort_type ((Editing::RegionListSortType) 0)
|
||||
, _no_redisplay (false)
|
||||
, ignore_region_list_selection_change (false)
|
||||
, ignore_selected_region_change (false)
|
||||
, _no_redisplay (false)
|
||||
, _sort_type ((Editing::RegionListSortType) 0)
|
||||
, expanded (false)
|
||||
{
|
||||
_display.set_size_request (100, -1);
|
||||
|
|
|
|||
|
|
@ -1437,8 +1437,6 @@ Region::source_string () const
|
|||
{
|
||||
//string res = itos(_sources.size());
|
||||
|
||||
char buf[64];
|
||||
|
||||
stringstream res;
|
||||
res << _sources.size() << ":";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue