Skip to content

Commit 1337cf0

Browse files
committed
nemo-view.c: Cleanup unused code from a removed feature.
1 parent 58846d5 commit 1337cf0

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

gresources/nemo-style-application.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,3 @@ NemoDesktopWindow GtkPaned {
6969
color: @theme_selected_fg_color;
7070
text-shadow: none;
7171
}
72-
73-
#drop-bar:drop(active) {
74-
box-shadow: none;
75-
}
76-
77-
#drop-bar > revealer > box {
78-
background-color: @theme_bg_color;
79-
border-bottom: 1px solid @borders;
80-
}
81-
82-
#drop-bar {
83-
opacity: 1.0;
84-
}

src/nemo-view.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ enum {
168168
SELECTION_CHANGED,
169169
TRASH,
170170
DELETE,
171-
SHOW_DROP_BAR,
172171
LAST_SIGNAL
173172
};
174173

@@ -11174,14 +11173,6 @@ nemo_view_class_init (NemoViewClass *klass)
1117411173
g_signal_accumulator_true_handled, NULL,
1117511174
g_cclosure_marshal_generic,
1117611175
G_TYPE_BOOLEAN, 0);
11177-
signals[SHOW_DROP_BAR] =
11178-
g_signal_new ("show-drop-bar",
11179-
G_TYPE_FROM_CLASS (klass),
11180-
G_SIGNAL_RUN_LAST,
11181-
0,
11182-
NULL, NULL,
11183-
g_cclosure_marshal_VOID__VOID,
11184-
G_TYPE_NONE, 0);
1118511176

1118611177
klass->get_selected_icon_locations = real_get_selected_icon_locations;
1118711178
klass->is_read_only = real_is_read_only;

0 commit comments

Comments
 (0)