~rojtberg/artoolkitplus/eigen-la

« back to all changes in this revision

Viewing changes to src/core/arGetTransMat2.cpp

  • Committer: Pavel Rojtberg
  • Date: 2011-03-24 20:17:26 UTC
  • Revision ID: pavel@rojtberg.net-20110324201726-96jyoiffuwptub9q
* remove unused variables
* link using gold on linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
    int t1, t2, t3, tt1, tt2, tt3;
110
110
    ARFloat tfact[5] = { 0.96f, 0.98f, 1.0f, 1.02f, 1.04f };
111
111
    ARFloat modtrans[3], mmodtrans[3];
112
 
    int s1, s2, s3, ss1, ss2, ss3;
 
112
    int s1, s2, s3;
113
113
    int i, j;
114
114
 
115
115
    arGetAngle(rot, &a, &b, &c);
163
163
                                    s1 = t1;
164
164
                                    s2 = t2;
165
165
                                    s3 = t3;
166
 
                                    ss1 = tt1;
167
 
                                    ss2 = tt2;
168
 
                                    ss3 = tt3;
169
166
                                }
170
167
                            }
171
168
                        }