forked from qt-creator/qt-creator
QmlEditorWidgets: Remove dead code
Change-Id: I4eb3128023061f4cfa07a166d1f3ed188e1d70db Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -53,27 +53,6 @@ using namespace Utils;
|
||||
|
||||
namespace QmlEditorWidgets {
|
||||
|
||||
/* XPM */
|
||||
static const char * const line_xpm[] = {
|
||||
"14 14 3 1",
|
||||
" c None",
|
||||
". c #0c0c0c",
|
||||
"x c #1c1c1c",
|
||||
"............. ",
|
||||
". . ",
|
||||
". x x . ",
|
||||
". x x . ",
|
||||
". x x . ",
|
||||
". x x . ",
|
||||
". x . ",
|
||||
". x x . ",
|
||||
". x x . ",
|
||||
". x x . ",
|
||||
". x x . ",
|
||||
". . ",
|
||||
"............. ",
|
||||
" "};
|
||||
|
||||
/* XPM */
|
||||
static const char * pin_xpm[] = {
|
||||
"12 9 7 1",
|
||||
|
||||
Reference in New Issue
Block a user