diff options
author | scop <scop> | 2005-08-07 20:26:36 +0000 |
---|---|---|
committer | scop <scop> | 2005-08-07 20:26:36 +0000 |
commit | e4c44acfc5421d0794dcbc777202378f35a187e8 (patch) | |
tree | d453b667bd451770bd023577fd1849c4c670ba36 /dxr3osd_subpicture.h | |
parent | ecfa727c2e0c365a5735cf5605404f89e7807dfd (diff) | |
download | vdr-plugin-dxr3-before_0_2_merge.tar.gz vdr-plugin-dxr3-before_0_2_merge.tar.bz2 |
Don't override OSD's {Save,Restore}Region with dummies (Luca Olivetti).before_0_2_merge
Diffstat (limited to 'dxr3osd_subpicture.h')
-rw-r--r-- | dxr3osd_subpicture.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dxr3osd_subpicture.h b/dxr3osd_subpicture.h index 9e4da85..0f670d5 100644 --- a/dxr3osd_subpicture.h +++ b/dxr3osd_subpicture.h @@ -17,8 +17,6 @@ public: ~cDxr3SubpictureOsd(); eOsdError CanHandleAreas(const tArea *Areas, int NumAreas); - void SaveRegion(int x1, int y1, int x2, int y2); - void RestoreRegion(void); void Flush(); }; |