Skip to content
Snippets Groups Projects

Remove invalid call to cef_popup_features_t_sizeof

Merged Pascal Stücker requested to merge issue/41 into main
2 files
+ 0
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -172,11 +172,6 @@ public class ChromiumLib extends C {
public static final native long allocate_cef_string_visitor_t(
Object handler);
/**
* @return the size of cef_popup_features_t in bytes
*/
public static final native int cef_popup_features_t_sizeof();
/**
* @param callback
* cast=(void *)
Loading