13
0

Fix warnings.

git-svn-id: svn://localhost/ardour2/branches/3.0@8848 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-02-15 01:08:15 +00:00
parent 7a5b6a5031
commit 70126fb9d6
2 changed files with 2 additions and 4 deletions

View File

@ -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);

View File

@ -1437,8 +1437,6 @@ Region::source_string () const
{
//string res = itos(_sources.size());
char buf[64];
stringstream res;
res << _sources.size() << ":";