mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
spa: libcamera: remove unnecessary typedef
This commit is contained in:
parent
02f2d6b48d
commit
f9796fc024
3 changed files with 11 additions and 11 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue