spa: libcamera: remove unnecessary typedef

This commit is contained in:
Barnabás Pőcze 2022-09-09 18:50:58 +02:00 committed by Wim Taymans
parent 02f2d6b48d
commit f9796fc024
3 changed files with 11 additions and 11 deletions

View file

@ -136,7 +136,7 @@ struct port {
}
};
typedef struct impl {
struct impl {
struct spa_handle handle;
struct spa_node node = {};
@ -180,7 +180,7 @@ typedef struct impl {
impl(spa_log *log, spa_loop *data_loop, spa_system *system,
std::shared_ptr<CameraManager> manager, std::shared_ptr<Camera> camera, std::string device_id);
} Impl;
};
}