Remove unused code into GUI
This commit is contained in:
@@ -117,87 +117,6 @@ BaseMouseSelection::BaseMouseSelection()
|
||||
{
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------------
|
||||
#if 0
|
||||
/* XPM */
|
||||
static const char* cursor_polypick[]= {
|
||||
"32 32 2 1",
|
||||
"# c #646464",
|
||||
". c None",
|
||||
"................................",
|
||||
"................................",
|
||||
".......#........................",
|
||||
".......#........................",
|
||||
".......#........................",
|
||||
"................................",
|
||||
".......#........................",
|
||||
"..###.###.###...................",
|
||||
".......#...............#........",
|
||||
"......................##........",
|
||||
".......#..............#.#.......",
|
||||
".......#.............#..#.......",
|
||||
".......#............#...#.......",
|
||||
"....................#....#......",
|
||||
"...................#.....#......",
|
||||
"..................#......#......",
|
||||
"............#.....#.......#.....",
|
||||
"...........#.##..#........#.....",
|
||||
"..........#....##.........#.....",
|
||||
".........#...............#......",
|
||||
"........#................#......",
|
||||
".......#................#.......",
|
||||
"......#.................#.......",
|
||||
".....#.................#........",
|
||||
"....#####..............#........",
|
||||
".........#########....#.........",
|
||||
"..................#####.........",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................"
|
||||
};
|
||||
|
||||
/* XPM */
|
||||
static const char* cursor_scissors[]= {
|
||||
"32 32 3 1",
|
||||
"# c #000000",
|
||||
"+ c #ffffff",
|
||||
". c None",
|
||||
"....+...........................",
|
||||
"....+...........................",
|
||||
"....+...........................",
|
||||
"................................",
|
||||
"+++.+.+++.......................",
|
||||
"................................",
|
||||
"....+...........................",
|
||||
"....+...................#####...",
|
||||
"....+.................########..",
|
||||
".....................#########..",
|
||||
".....###............##########..",
|
||||
"....##++##.........#####...###..",
|
||||
"...#++++++##.......####...####..",
|
||||
"...##+++++++#......####.######..",
|
||||
".....#+++++++##....##########...",
|
||||
"......##+++++++##.##########....",
|
||||
"........##+++++++#########......",
|
||||
"..........#+++++++#####.........",
|
||||
"...........##+++++####..........",
|
||||
"...........##+++++###...........",
|
||||
".........##+++++++########......",
|
||||
"........##+++++++###########....",
|
||||
"......##+++++++##.###########...",
|
||||
"....##+++++++##....##########...",
|
||||
"...#+++++++##......####..#####..",
|
||||
"...#++++++#........#####..####..",
|
||||
"....##++##..........#####..###..",
|
||||
"......#.............##########..",
|
||||
".....................#########..",
|
||||
".......................######...",
|
||||
"................................",
|
||||
"................................"
|
||||
};
|
||||
#endif
|
||||
static const char* cursor_cut_scissors[]= {
|
||||
"32 32 6 1",
|
||||
"a c #800000",
|
||||
|
||||
Reference in New Issue
Block a user