summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_out/video_out_directfb.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/video_out/video_out_directfb.c b/src/video_out/video_out_directfb.c
index 9786049b4..e6e333a0c 100644
--- a/src/video_out/video_out_directfb.c
+++ b/src/video_out/video_out_directfb.c
@@ -923,18 +923,6 @@ static int directfb_get_property (vo_driver_t *this_gen, int property) {
case VO_PROP_WINDOW_HEIGHT:
return this->sc.gui_height;
- case VO_PROP_OUTPUT_WIDTH:
- return this->cur_frame->sc.output_width;
-
- case VO_PROP_OUTPUT_HEIGHT:
- return this->cur_frame->sc.output_height;
-
- case VO_PROP_OUTPUT_XOFFSET:
- return this->cur_frame->sc.output_xoffset;
-
- case VO_PROP_OUTPUT_YOFFSET:
- return this->cur_frame->sc.output_yoffset;
-
case VO_PROP_MAX_NUM_FRAMES:
return (this->type & DLTF_VIDEO) ? 8 : 15;