Index: remoting/client/plugin/pepper_plugin_thread_delegate.h |
diff --git a/remoting/client/plugin/pepper_plugin_thread_delegate.h b/remoting/client/plugin/pepper_plugin_thread_delegate.h |
index 59ea3e4e740aaeb2e365553ac2c9540c590e37a3..114a46081b7c30093ee9c912fda9aeebb76cb492 100644 |
--- a/remoting/client/plugin/pepper_plugin_thread_delegate.h |
+++ b/remoting/client/plugin/pepper_plugin_thread_delegate.h |
@@ -7,13 +7,6 @@ |
#include "remoting/base/plugin_thread_task_runner.h" |
-// Macro useful for writing cross-platform function pointers. |
-#if defined(OS_WIN) && !defined(CDECL) |
-#define CDECL __cdecl |
-#else |
-#define CDECL |
-#endif |
- |
namespace pp { |
class Core; |
} // namespace pp |