summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeongmo Yang <jm80.yang@samsung.com>2018-08-06 12:06:29 +0900
committerJeongmo Yang <jm80.yang@samsung.com>2018-08-06 12:06:29 +0900
commit51f92f5b810ba99414af15d55b454ad660eb5290 (patch)
treeae7fd5a731a6195452838934e7c06b89e480b51a /include
parent3e579a1062d4906953cad1f797ad80825c3ea697 (diff)
downloadcamera-51f92f5b810ba99414af15d55b454ad660eb5290.tar.gz
camera-51f92f5b810ba99414af15d55b454ad660eb5290.tar.bz2
camera-51f92f5b810ba99414af15d55b454ad660eb5290.zip
Remove unused code
[Version] 0.4.11 [Profile] Common [Issue Type] Update [Dependency module] N/A Change-Id: Iafefcce625d07de5dea16aebede4b4044830f63c Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/camera_private.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/camera_private.h b/include/camera_private.h
index fb19ea3..2539101 100644
--- a/include/camera_private.h
+++ b/include/camera_private.h
@@ -143,9 +143,6 @@ typedef struct _camera_cb_info_s {
/* tbm */
tbm_bufmgr bufmgr;
- /* wayland */
- int parent_id;
-
/* media packet */
media_format_h pkt_fmt;
GMutex mp_data_mutex;
@@ -181,14 +178,6 @@ typedef struct _camera_idle_event_s {
GMutex event_mutex;
} camera_idle_event_s;
-typedef struct _camera_wl_info_s {
- int parent_id;
- int window_x;
- int window_y;
- int window_width;
- int window_height;
-} camera_wl_info_s;
-
typedef struct _camera_cli_s {
intptr_t remote_handle;
camera_cb_info_s *cb_info;