Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
followup 579ec8b
  • Loading branch information
3nids committed Aug 23, 2016
1 parent 579ec8b commit 50099ae
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/gui/qgscursors.cpp
Expand Up @@ -68,22 +68,6 @@ const char *zoom_out[] =
};



const unsigned char pan_bits[] =
{
0xf0, 0x00, 0xf8, 0x01, 0x28, 0x07, 0x28, 0x05, 0x28, 0x1d, 0x28, 0x15,
0x2f, 0x15, 0x0d, 0x14, 0x09, 0x10, 0x03, 0x18, 0x06, 0x08, 0x04, 0x08,
0x0c, 0x0c, 0x18, 0x04, 0x30, 0x04, 0xe0, 0x07
};

const unsigned char pan_mask_bits[] =
{
0xf0, 0x00, 0xf8, 0x01, 0xf8, 0x07, 0xf8, 0x07, 0xf8, 0x1f, 0xf8, 0x1f,
0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xfe, 0x0f, 0xfc, 0x0f,
0xfc, 0x0f, 0xf8, 0x07, 0xf0, 0x07, 0xe0, 0x07
};


const char *capture_point_cursor[] =
{
"16 16 3 1",
Expand Down

0 comments on commit 50099ae

Please sign in to comment.