eeed7f6 virDomainDefFormatInternal: Drop useless check

Authored and Committed by mprivozn 8 years ago
    virDomainDefFormatInternal: Drop useless check
    
    There's a check if a domain definition has any graphics card and
    if so, we iterate over each one of them. This makes no sense,
    because even if it has none we can still iterate over.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    
        
file modified
+3 -5