From c7e8891ed6ae050de5f8e5e19f09bf6836df2ff9 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 17 Jun 2009 23:17:33 +0000 Subject: [PATCH] - SS: remove unused func svn path=/trunk/boinc/; revision=18444 --- checkin_notes | 6 ++++++ clientscr/ss_app.cpp | 11 ----------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/checkin_notes b/checkin_notes index 73e38b5917..cca029b554 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/clientscr/ss_app.cpp b/clientscr/ss_app.cpp index 05d35d8eaa..a3c1997c63 100644 --- a/clientscr/ss_app.cpp +++ b/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;