mirror of https://github.com/BOINC/boinc.git
- SS: remove unused func
svn path=/trunk/boinc/; revision=18444
This commit is contained in:
parent
ebe8f91f04
commit
c7e8891ed6
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue