]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
remove unused variable assignment, closes #14928
[wxWidgets.git] / include / wx / log.h
index 90dde5e6b4238ec57c163b422d21258f5c2e4e91..e3e1f54adf4c588df38a7c45800dfe5142cd626c 100644 (file)
@@ -1437,7 +1437,7 @@ WXDLLIMPEXP_BASE const wxChar* wxSysErrorMsg(unsigned long nErrCode = 0);
         else                                                                  \
             wxMAKE_LOGGER(Status).MaybeStore(wxLOG_KEY_FRAME).Log
 
         else                                                                  \
             wxMAKE_LOGGER(Status).MaybeStore(wxLOG_KEY_FRAME).Log
 
-    #define wxVLogStatus(format, argptr) \
+    #define wxVLogStatus \
         wxMAKE_LOGGER(Status).MaybeStore(wxLOG_KEY_FRAME).LogV
 #endif // wxUSE_GUI
 
         wxMAKE_LOGGER(Status).MaybeStore(wxLOG_KEY_FRAME).LogV
 #endif // wxUSE_GUI