Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome_stats.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome_stats.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome_stats.h b/bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome_stats.h
deleted file mode 100644
index 019918bd82..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome_stats.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2016 IBM Corporation and others. All rights reserved.
- * The contents of this file are made available under the terms
- * of the GNU Lesser General Public License (LGPL) Version 2.1 that
- * accompanies this distribution (lgpl-v21.txt). The LGPL is also
- * available at http://www.gnu.org/licenses/lgpl.html. If the version
- * of the LGPL at http://www.gnu.org is different to the version of
- * the LGPL accompanying this distribution and there is any conflict
- * between the two license versions, the terms of the LGPL accompanying
- * this distribution shall govern.
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-
-#ifdef NATIVE_STATS
-extern int GNOME_nativeFunctionCount;
-extern int GNOME_nativeFunctionCallCount[];
-extern char* GNOME_nativeFunctionNames[];
-#define GNOME_NATIVE_ENTER(env, that, func) GNOME_nativeFunctionCallCount[func]++;
-#define GNOME_NATIVE_EXIT(env, that, func)
-#else
-#ifndef GNOME_NATIVE_ENTER
-#define GNOME_NATIVE_ENTER(env, that, func)
-#endif
-#ifndef GNOME_NATIVE_EXIT
-#define GNOME_NATIVE_EXIT(env, that, func)
-#endif
-#endif
-
-typedef enum {
- GnomeVFSMimeApplication_1sizeof_FUNC,
- _1gnome_1icon_1lookup_FUNC,
- _1gnome_1icon_1theme_1lookup_1icon_FUNC,
- _1gnome_1icon_1theme_1new_FUNC,
- _1gnome_1vfs_1get_1mime_1type_FUNC,
- _1gnome_1vfs_1init_FUNC,
- _1gnome_1vfs_1is_1executable_1command_1string_FUNC,
- _1gnome_1vfs_1make_1uri_1from_1input_FUNC,
- _1gnome_1vfs_1mime_1application_1free_FUNC,
- _1gnome_1vfs_1mime_1get_1default_1application_FUNC,
- _1gnome_1vfs_1mime_1type_1from_1name_FUNC,
- _1gnome_1vfs_1mime_1type_1get_1equivalence_FUNC,
- memmove_FUNC,
-} GNOME_FUNCS;

Back to the top