Remove NavigationSide, no need for now

This commit is contained in:
Techlive Zheng 2013-06-03 10:57:41 +08:00
parent 33e59a4a64
commit c2a0ed04e6

View file

@ -38,12 +38,6 @@ namespace GitgHistory
OID
}
public enum NavigationSide
{
LEFT = 0,
TOP = 1
}
public delegate void NavigationActivated(int numclick);
private class Activated : Object
@ -291,11 +285,6 @@ namespace GitgHistory
get { return false; }
}
public NavigationSide navigation_side
{
get { return NavigationSide.LEFT; }
}
private new void append(string text,
string? name,
string? icon_name,