]> git.saurik.com Git - wxWidgets.git/commitdiff
Use C, not C++, comments in wx/gtk/chkconf.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Jun 2012 17:54:38 +0000 (17:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Jun 2012 17:54:38 +0000 (17:54 +0000)
Remove C++ comments added in r71796.

See #14412.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/chkconf.h

index 6715f824da5b326b832199137cd13670425a5b16..afd727fa3f9e631c72024914736a97a978bcc05e 100644 (file)
 #   undef  wxUSE_MEDIACTRL
 #   define wxUSE_MEDIACTRL 0
 
-    // We could use GDK_WINDOWING_X11 for those but this would require
-    // including gdk/gdk.h and we don't want to do it from here, so assume
-    // we're not using X11 if we're not under Unix.
+    /*
+        We could use GDK_WINDOWING_X11 for those but this would require
+        including gdk/gdk.h and we don't want to do it from here, so assume
+        we're not using X11 if we're not under Unix.
+     */
 
 #   undef  wxUSE_UIACTIONSIMULATOR
 #   define wxUSE_UIACTIONSIMULATOR 0
 
 #endif /* __UNIX__ */
 
-// We always need Cairo with wxGTK, enable it if necessary (this can only
-// happen under Windows).
+/*
+    We always need Cairo with wxGTK, enable it if necessary (this can only
+    happen under Windows).
+ */
 #ifdef __WINDOWS__
 
 #if !wxUSE_CAIRO