]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/evtloop.cpp
Docstring tweaks
[wxWidgets.git] / src / dfb / evtloop.cpp
index 78bca48df8a374dd731db0c736f013e9f647b9a6..52b940c9f40078835bd909e8d5d488e899a16db0 100644 (file)
@@ -52,6 +52,12 @@ void wxEventLoop::InitBuffer()
     ms_buffer = wxIDirectFB::Get()->CreateEventBuffer();
 }
 
+/* static */
+void wxEventLoop::CleanUp()
+{
+    ms_buffer.Reset();
+}
+
 /* static */
 wxIDirectFBEventBufferPtr wxEventLoop::GetDirectFBEventBuffer()
 {
@@ -125,8 +131,6 @@ void wxEventLoop::OnNextIteration()
 #endif
 }
 
-#warning "FIXME: cleanup wxEventLoop::ms_buffer before exiting"
-
 
 //-----------------------------------------------------------------------------
 // DirectFB -> wxWidgets events translation