Removed redundant scale setting.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@874 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2004-02-19 14:24:49 +00:00
parent 0d88ef6974
commit 77fb4eca2b
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@ if ( empty($mode) )
$mode = "still";
}
if ( !isset( $scale ) )
$scale = SCALE_SCALE;
$result = mysql_query( "select * from Monitors where Id = '$mid'" );
if ( !$result )
die( mysql_error() );