aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/filesystem.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-06-16 18:25:33 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-06-16 23:14:05 +0000
commitf113306e0ed0efc77eb9655c6196243af7fce6ce (patch)
treea2eeb3d6e90ff1b9d00d60f78f17a8fc7e65645e /wsutil/filesystem.h
parent048646d322a79ef0f4b609527bf5a5b5bfe7a199 (diff)
More Python-bindings removal.
Change-Id: I4d82175781e65c73179f4c8e737a7900cb050bce Reviewed-on: https://code.wireshark.org/review/2283 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'wsutil/filesystem.h')
-rw-r--r--wsutil/filesystem.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/wsutil/filesystem.h b/wsutil/filesystem.h
index 2a80ed5bbb..6a5bfe54d0 100644
--- a/wsutil/filesystem.h
+++ b/wsutil/filesystem.h
@@ -55,13 +55,6 @@ WS_DLL_PUBLIC const char *get_progfile_dir(void);
WS_DLL_PUBLIC const char *get_plugin_dir(void);
/*
- * Get the directory in which python plugins are stored; this must not be
- * called before init_progfile_dir() is called, as they might be stored in a
- * subdirectory of the program file directory.
- */
-WS_DLL_PUBLIC const char *get_wspython_dir(void);
-
-/*
* Get the flag indicating whether we're running from a build
* directory.
*/