]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dde.cpp
Remove unnecessary IsRadioButton().
[wxWidgets.git] / src / msw / dde.cpp
index 7604068ac6c1513ec4dd1f17f2a0c13b466bdbc0..5b542f7e9b0ef772f0e5ccf982b918df654ddce3 100644 (file)
@@ -557,8 +557,8 @@ wxDDEConnection::DoExecute(const void *data, size_t size, wxIPCFormat format)
                  _T("wxDDEServer::Execute() supports only text data") );
 
     wxMemoryBuffer buffer;
                  _T("wxDDEServer::Execute() supports only text data") );
 
     wxMemoryBuffer buffer;
-    LPBYTE realData wxDUMMY_INITIALIZE(NULL);
-    size_t realSize wxDUMMY_INITIALIZE(0);
+    LPBYTE realData = NULL;
+    size_t realSize = 0;
     wxMBConv *conv = NULL;
 
     // Windows only supports either ANSI or UTF-16 format depending on the
     wxMBConv *conv = NULL;
 
     // Windows only supports either ANSI or UTF-16 format depending on the