X-Git-Url: https://git.octo.it/?p=libopano.git;a=blobdiff_plain;f=src%2Fviewer.c;fp=src%2Fviewer.c;h=043cef8d46487cab95dda5c19e54017b8fa84217;hp=d9c5c5daed7578cf2b85383f26e0da8919d785b4;hb=d7cd14e53539c68b183dd80284503d9a3e7baaf2;hpb=f021ce36e37def0e39914e92c8ad2ba49c847c6f diff --git a/src/viewer.c b/src/viewer.c index d9c5c5d..043cef8 100644 --- a/src/viewer.c +++ b/src/viewer.c @@ -30,9 +30,6 @@ void PV_ExtractStill( TrformStr *TrPtr ); void PV_SetInvMakeParams( struct fDesc *stack, struct MakeParams *mp, Image *im , Image *pn ); -int SetUpAtan(); -int SetUpSqrt(); -int SetUpMweights(); void DrawWindow(); void DrawView(int InterPolator); @@ -116,14 +113,6 @@ int main( int argc, char** argv ) pano.hfov = 360.0; pano.format = _equirectangular; - // Initialize Look-up tables - - if( SetUpAtan() || SetUpSqrt() || SetUpMweights() ) - { - PrintError("Could not set up LU Tables"); - exit(0); - } - // Set up viewer window SetImageDefaults( &view );