summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ppapi/c/dev/ppp_cursor_control_dev.h19
-rw-r--r--ppapi/ppapi_sources.gypi1
-rw-r--r--ppapi/tests/all_c_includes.h1
3 files changed, 0 insertions, 21 deletions
diff --git a/ppapi/c/dev/ppp_cursor_control_dev.h b/ppapi/c/dev/ppp_cursor_control_dev.h
deleted file mode 100644
index e0b970e..0000000
--- a/ppapi/c/dev/ppp_cursor_control_dev.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* Copyright (c) 2010 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-#ifndef PPAPI_C_DEV_PPP_CURSOR_CONTROL_DEV_H_
-#define PPAPI_C_DEV_PPP_CURSOR_CONTROL_DEV_H_
-
-#include "ppapi/c/pp_instance.h"
-
-#define PPP_CURSOR_CONTROL_DEV_INTERFACE "PPP_CursorControl(Dev);0.2"
-
-struct PPP_CursorControl_Dev {
- // Called when the instance looses the cursor lock, e.g. because the user
- // pressed the ESC key.
- void (*CursorLockLost)(PP_Instance instance);
-};
-
-#endif /* PPAPI_C_DEV_PPP_CURSOR_CONTROL_DEV_H_ */
-
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 79ca558..63e5db3 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -79,7 +79,6 @@
'c/dev/ppb_video_decoder_dev.h',
'c/dev/ppb_widget_dev.h',
'c/dev/ppb_zoom_dev.h',
- 'c/dev/ppp_cursor_control_dev.h',
'c/dev/ppp_find_dev.h',
'c/dev/ppp_network_state_dev.h',
'c/dev/ppp_scrollbar_dev.h',
diff --git a/ppapi/tests/all_c_includes.h b/ppapi/tests/all_c_includes.h
index 0cc5de6..e125f62 100644
--- a/ppapi/tests/all_c_includes.h
+++ b/ppapi/tests/all_c_includes.h
@@ -35,7 +35,6 @@
#include "ppapi/c/dev/ppb_widget_dev.h"
#include "ppapi/c/dev/ppb_zoom_dev.h"
#include "ppapi/c/dev/ppp_class_deprecated.h"
-#include "ppapi/c/dev/ppp_cursor_control_dev.h"
#include "ppapi/c/dev/ppp_find_dev.h"
#include "ppapi/c/dev/ppp_printing_dev.h"
#include "ppapi/c/dev/ppp_scrollbar_dev.h"