[gthumb] removed GTH_ACTION_GO_INTO
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] removed GTH_ACTION_GO_INTO
- Date: Fri, 20 Apr 2012 21:53:34 +0000 (UTC)
commit 3b09b0afba4eb55bbfe9dc53e632c4c46ccb9ba8
Author: Paolo Bacchilega <paobac src gnome org>
Date: Fri Apr 20 22:25:32 2012 +0200
removed GTH_ACTION_GO_INTO
it is unused.
gthumb/gth-browser.c | 4 ----
gthumb/gth-browser.h | 1 -
2 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index c1272a8..2cc05af 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -1207,7 +1207,6 @@ load_data_done (LoadData *load_data,
* LOCATION_READY signal emition can brake the extensions */
if ((load_data->action == GTH_ACTION_GO_TO)
- || (load_data->action == GTH_ACTION_GO_INTO)
|| (load_data->action == GTH_ACTION_GO_BACK)
|| (load_data->action == GTH_ACTION_GO_FORWARD)
|| (load_data->action == GTH_ACTION_GO_UP)
@@ -1864,7 +1863,6 @@ _gth_browser_load (GthBrowser *browser,
switch (action) {
case GTH_ACTION_GO_TO:
- case GTH_ACTION_GO_INTO:
case GTH_ACTION_GO_BACK:
case GTH_ACTION_GO_FORWARD:
case GTH_ACTION_GO_UP:
@@ -1898,7 +1896,6 @@ _gth_browser_load (GthBrowser *browser,
}
if ((load_data->action == GTH_ACTION_GO_TO)
- || (load_data->action == GTH_ACTION_GO_INTO)
|| (load_data->action == GTH_ACTION_GO_BACK)
|| (load_data->action == GTH_ACTION_GO_FORWARD)
|| (load_data->action == GTH_ACTION_GO_UP)
@@ -1949,7 +1946,6 @@ _gth_browser_load (GthBrowser *browser,
}
switch (load_data->action) {
- case GTH_ACTION_GO_INTO:
case GTH_ACTION_GO_TO:
case GTH_ACTION_VIEW:
_gth_browser_set_location_from_file (browser, load_data->requested_folder->file);
diff --git a/gthumb/gth-browser.h b/gthumb/gth-browser.h
index 556e8db..93ab12d 100644
--- a/gthumb/gth-browser.h
+++ b/gthumb/gth-browser.h
@@ -52,7 +52,6 @@ typedef enum { /*< skip >*/
typedef enum {
GTH_ACTION_GO_TO,
- GTH_ACTION_GO_INTO,
GTH_ACTION_GO_BACK,
GTH_ACTION_GO_FORWARD,
GTH_ACTION_GO_UP,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]