diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-07-02 14:47:03 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-07-02 14:47:03 +0000 |
| commit | 7dc5626af3eb924fa381c46491cd49178a78cd73 (patch) | |
| tree | e50a3b98ce1393b7a06efbd11425f8c458b0cbbb /src/extension/extension.cpp | |
| parent | pyc files are generated when testing modules, ignore them (diff) | |
| download | inkscape-7dc5626af3eb924fa381c46491cd49178a78cd73.tar.gz inkscape-7dc5626af3eb924fa381c46491cd49178a78cd73.zip | |
Move directory scanners to new get_filenames(...) calls
Diffstat (limited to 'src/extension/extension.cpp')
| -rw-r--r-- | src/extension/extension.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extension/extension.cpp b/src/extension/extension.cpp index 9c0221521..f1b328f05 100644 --- a/src/extension/extension.cpp +++ b/src/extension/extension.cpp @@ -40,7 +40,6 @@ namespace Extension { /* Inkscape::Extension::Extension */ -std::vector<const gchar *> Extension::search_path; std::ofstream Extension::error_file; /** |
