summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorgustav_b <gustav_b@users.sourceforge.net>2007-08-31 18:57:25 +0000
committergustav_b <gustav_b@users.sourceforge.net>2007-08-31 18:57:25 +0000
commitd658010b22f162a1d7fa61603e6cd97e681191eb (patch)
treeab50c31ffa3a94861a4b8a5e4af87c0f00826887 /src/ui
parentAdd "scale y stroke" parameter to Curve Stitching LPE (diff)
downloadinkscape-d658010b22f162a1d7fa61603e6cd97e681191eb.tar.gz
inkscape-d658010b22f162a1d7fa61603e6cd97e681191eb.zip
Make sure gdl-dock-items created with
GDL_DOCK_ITEM_BEH_CANT_DOCK_CENTER won't dock with center placement. Clean up. (bzr r3631)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/widget/dock-item.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/widget/dock-item.h b/src/ui/widget/dock-item.h
index 38d13a579..55a280767 100644
--- a/src/ui/widget/dock-item.h
+++ b/src/ui/widget/dock-item.h
@@ -118,8 +118,6 @@ private:
void _onStateChanged(State prev_state, State new_state);
bool _onDeleteEvent(GdkEventAny *event);
- void _onFoo();
-
sigc::connection _signal_key_press_event_connection;
/** GdlDockItem signal proxy structures */