diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-02-11 19:48:18 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-02-11 19:48:18 +0100 |
commit | b32a1deee701e7ba6477563eb6a80701aac165bc (patch) | |
tree | ef58057c641b9bcc6d0a17fafcee85cf3815ab0a | |
parent | 76ef28f6e53027562e6cff645a5b1a9bca20b642 (diff) |
remove unused variable
-rw-r--r-- | src/GsWidget.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/GsWidget.cxx b/src/GsWidget.cxx index e92a71d..0b6bdad 100644 --- a/src/GsWidget.cxx +++ b/src/GsWidget.cxx @@ -318,8 +318,6 @@ void GsWidget::exec_gs() { } int GsWidget::reload() { - int ret; - if (in_fd >= 0) { if (dsc) { load_page(page); |