diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2013-03-16 19:42:47 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2013-03-16 19:42:47 +0000 |
| commit | f6c82a02188953dcb6d2119123ffc0aaa8d35010 (patch) | |
| tree | afb6008f22f5f75c31947333809ab7614caecf41 /src/ui/dialog/document-properties.cpp | |
| parent | Only suppress compiler warnings for GDL if option is supported (diff) | |
| download | inkscape-f6c82a02188953dcb6d2119123ffc0aaa8d35010.tar.gz inkscape-f6c82a02188953dcb6d2119123ffc0aaa8d35010.zip | |
cppcheck
(bzr r12217)
Diffstat (limited to 'src/ui/dialog/document-properties.cpp')
| -rw-r--r-- | src/ui/dialog/document-properties.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index 045b34814..d335fb303 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -792,8 +792,6 @@ void DocumentProperties::build_scripting() _page_external_scripts->table().attach(_external_remove_btn, 2, 3, row, row + 1, (Gtk::AttachOptions)0, (Gtk::AttachOptions)0, 0, 0); #endif - row++; - //# Set up the External Scripts box _ExternalScriptsListStore = Gtk::ListStore::create(_ExternalScriptsListColumns); _ExternalScriptsList.set_model(_ExternalScriptsListStore); |
