Skip to content
Snippets Groups Projects
Commit 01362a89 authored by Pascal Stücker's avatar Pascal Stücker Committed by Nils Peters
Browse files

Remove invalid call to cef_popup_features_t_sizeof

parent f2c01cac
No related branches found
No related tags found
1 merge request!35Remove invalid call to cef_popup_features_t_sizeof
Pipeline #17825 passed
......@@ -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 *)
......
......@@ -18,7 +18,6 @@ package org.eclipse.set.browser.lib;
///
@SuppressWarnings("javadoc")
public class cef_popup_features_t {
public static final int sizeof = ChromiumLib.cef_popup_features_t_sizeof();
public int height;
public int heightSet;
public int menuBarVisible;
......@@ -30,6 +29,5 @@ public class cef_popup_features_t {
public int x;
public int xSet;
public int y;
public int ySet;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment