Browse Source

remove paste-buffer error

David Rose 16 years ago
parent
commit
9d374b35a2
1 changed files with 0 additions and 4 deletions
  1. 0 4
      direct/src/plugin/p3dInstance.cxx

+ 0 - 4
direct/src/plugin/p3dInstance.cxx

@@ -2348,10 +2348,6 @@ make_splash_window() {
   if (_current_background_image != IT_none) {
     _splash_window->set_image_filename(_image_files[_current_background_image]._filename, P3DSplashWindow::IP_background);
   }
-  
-  // Update the splash window.
-  if (_splash_window != NULL) {
-  }
 
   if (_current_button_image != IT_none) {
     _splash_window->set_image_filename(_image_files[_current_button_image]._filename, P3DSplashWindow::IP_button_ready);