]> git.sesse.net Git - kdenlive/commitdiff
jogshuttle: minor code cleanup mediactrl
authorEd Rogalsky <ed.rogalsky@googlemail.com>
Tue, 4 Mar 2014 20:26:59 +0000 (21:26 +0100)
committerEd Rogalsky <ed.rogalsky@googlemail.com>
Tue, 4 Mar 2014 20:26:59 +0000 (21:26 +0100)
src/lib/external/media_ctrl/mediactrl.c

index 104b5acf0cf5364ef4995f92f9b50d4fbe93db36..7e05e80713a2f68d1eaae3d00814b27bf67aaafb 100644 (file)
@@ -60,15 +60,6 @@ static struct  media_ctrl_key mc_shuttle_pro_keys[] = {
 /*
        ShuttleXPress keys
 */
-static struct  media_ctrl_key _mc_shuttle_xpress_keys[] = {
-    { 0x104, "Button B4", MEDIA_CTRL_B4 },
-    { 0x105, "Button B2", MEDIA_CTRL_B2 },
-    { 0x106, "Button B1", MEDIA_CTRL_B1 },
-    { 0x107, "Button B3", MEDIA_CTRL_B3 },
-    { 0x108, "Button B5", MEDIA_CTRL_B5 },
-    { 0, NULL, 0 }
-};
-
 static struct  media_ctrl_key mc_shuttle_xpress_keys[] = {
     { 0x104, "Button B1", MEDIA_CTRL_B1},
     { 0x105, "Button B2", MEDIA_CTRL_B2 },