]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/clipbrd.cpp
Don't call a function that might do drawing when setting a null image list
[wxWidgets.git] / src / motif / clipbrd.cpp
index 41afb324d308b393539aa8c0419f494b445858d6..0ee8acb95865c7703b4da6bc9ab082164d6aef0e 100644 (file)
@@ -366,10 +366,14 @@ bool wxClipboard::GetData( wxDataObject& data )
 */
         default:
         {
-            return FALSE;
+#ifndef __VMS
+          // VMS complains that this statement is/causes unreachability
+          return FALSE;
+#endif
         }
     }
-    return FALSE;
+   
+   return FALSE;
 }
 
 #if 0