move setup_outline_context() to a more sensible shared location
[ardour.git] / gtk2_ardour / utils_videotl.cc
index 93d54449020378f82adb9a6d52b1db4ecb03ac02..b90abf7fb8c857e53a0f2d4de2e50e2bf40af407 100644 (file)
@@ -17,8 +17,6 @@
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 */
-#ifdef WITH_VIDEOTIMELINE
-
 #include <cstdio>
 #include <string>
 #include <cerrno>
@@ -316,5 +314,3 @@ video_draw_cross (Glib::RefPtr<Gdk::Pixbuf> img)
                if (n_channels>3) p[3] = 255;
        }
 }
-
-#endif /* WITH_VIDEOTIMELINE */