Use std::unique_ptr<> throughout the audio system
[supertux.git] / src / object / bonus_block.hpp
index 5c4590c..5dd506e 100644 (file)
@@ -1,5 +1,5 @@
 //  SuperTux
-//  Copyright (C) 2009 Ingo Ruhnke <grumbel@gmx.de>
+//  Copyright (C) 2009 Ingo Ruhnke <grumbel@gmail.com>
 //
 //  This program is free software: you can redistribute it and/or modify
 //  it under the terms of the GNU General Public License as published by
@@ -41,8 +41,6 @@ public:
     CONTENT_SCRIPT,
     CONTENT_LIGHT,
     CONTENT_TRAMPOLINE,
-    CONTENT_PORTTRAMPOLINE,
-    CONTENT_ROCK,
     CONTENT_RAIN,
     CONTENT_EXPLODE
   };