diff options
author | monsta <[email protected]> | 2015-09-01 11:12:14 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-09-01 11:12:14 +0300 |
commit | a93e9c7e31963dd954f0952375cf31c80d5bd252 (patch) | |
tree | 381c5e56f3d4195675710cce9446ac9d394f450b /mate-dictionary/src/gdict-app.h | |
parent | 464e0832f0aafc4af7811dcd3000f4285821ef9c (diff) | |
download | mate-utils-a93e9c7e31963dd954f0952375cf31c80d5bd252.tar.bz2 mate-utils-a93e9c7e31963dd954f0952375cf31c80d5bd252.tar.xz |
dictionary: drop command-line options that did nothing at all
Diffstat (limited to 'mate-dictionary/src/gdict-app.h')
-rw-r--r-- | mate-dictionary/src/gdict-app.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mate-dictionary/src/gdict-app.h b/mate-dictionary/src/gdict-app.h index 2307c9f7..f91bc908 100644 --- a/mate-dictionary/src/gdict-app.h +++ b/mate-dictionary/src/gdict-app.h @@ -52,7 +52,6 @@ struct _GdictApp gchar *database; gchar *source_name; gboolean no_window; - gboolean list_sources; GdictSourceLoader *loader; |