Remove the scroll bar knobs and corresponding setting

This commit is contained in:
John Scipione
2012-11-04 15:37:57 -05:00
parent 4e3d346e91
commit b5446310e9
6 changed files with 16 additions and 223 deletions
-7
View File
@@ -19,13 +19,6 @@
#define DISABLES_ON_WINDOW_DEACTIVATION 1
enum {
B_KNOB_STYLE_NONE = 0,
B_KNOB_STYLE_DOTS,
B_KNOB_STYLE_LINES
};
class BScrollBar : public BView {
public:
BScrollBar(BRect frame, const char* name,