Преглед изворни кода

EventBuffer does not exist anymore

Daniele Bartolini пре 12 година
родитељ
комит
9fb90833fb
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      engine/os/OS.h

+ 0 - 3
engine/os/OS.h

@@ -32,7 +32,6 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include "Types.h"
 #include "Types.h"
 #include "Vector.h"
 #include "Vector.h"
 #include "DynamicString.h"
 #include "DynamicString.h"
-#include "EventBuffer.h"
 
 
 namespace crown
 namespace crown
 {
 {
@@ -158,7 +157,5 @@ void			execute_process(const char* args[]);
 
 
 } // namespace os
 } // namespace os
 
 
-EventBuffer* 	os_event_buffer();
-
 } // namespace crown
 } // namespace crown