diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-07 14:56:51 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-07 14:56:51 +0000 |
commit | 2cad7aea1c3c0034ccab3578c624469088651a41 (patch) | |
tree | bcdbbc70eab85b96ae0e524f9f404cbf216f7275 /src/xine-engine/vo_scale.c | |
parent | b14520626762d8110b43c0632f9ee0d50f71d73b (diff) | |
download | xine-lib-2cad7aea1c3c0034ccab3578c624469088651a41.tar.gz xine-lib-2cad7aea1c3c0034ccab3578c624469088651a41.tar.bz2 |
fix some compiler warnings
CVS patchset: 5461
CVS date: 2003/10/07 14:56:51
Diffstat (limited to 'src/xine-engine/vo_scale.c')
-rw-r--r-- | src/xine-engine/vo_scale.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xine-engine/vo_scale.c b/src/xine-engine/vo_scale.c index dc06e93e3..10a8e5102 100644 --- a/src/xine-engine/vo_scale.c +++ b/src/xine-engine/vo_scale.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: vo_scale.c,v 1.24 2003/10/04 11:46:01 komadori Exp $ + * $Id: vo_scale.c,v 1.25 2003/10/07 14:56:51 mroi Exp $ * * Contains common code to calculate video scaling parameters. * In short, it will map frame dimensions to screen/window size. @@ -44,7 +44,6 @@ void vo_scale_compute_ideal_size (vo_scale_t *this) { double image_ratio, desired_ratio; - static int warning_issued = 0; if (this->scaling_disabled) { |