- SS: remove unused func

svn path=/trunk/boinc/; revision=18444
This commit is contained in:
David Anderson 2009-06-17 23:17:33 +00:00
parent ebe8f91f04
commit c7e8891ed6
2 changed files with 6 additions and 11 deletions

View File

@ -5780,3 +5780,9 @@ Charlie 16 June 2009
mac_build/
boinc.xcodeproj/
project.pbxproj
David 17 June 2009
- SS: remove unused func
clientscr/
ss_app.cpp

View File

@ -287,17 +287,6 @@ int update_data() {
return retval;
}
static void init_camera(double dist) {
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
gluPerspective(
45.0, // field of view in degree
1.0, // aspect ratio
1.0, // Z near clip
1000.0 // Z far
);
}
struct FADER {
double grow, on, fade, off;
double start, total;