David Rose 24 years ago
parent
commit
3c20818f8d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/pgui/pgItem.cxx

+ 0 - 1
panda/src/pgui/pgItem.cxx

@@ -580,7 +580,6 @@ play_sound(const string &event) {
     AudioSound *sound = (*si).second;
     sound->play();
   }
-  return (AudioSound *)NULL;
 #endif  // HAVE_AUDIO
 }