| Index: samples/todomvc/todomvc_shared.h
|
| diff --git a/samples/todomvc/todomvc_shared.h b/samples/todomvc/todomvc_shared.h
|
| deleted file mode 100644
|
| index 8de58acc505090f1d2eae4a11a94f36742a86b0f..0000000000000000000000000000000000000000
|
| --- a/samples/todomvc/todomvc_shared.h
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -// Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE.md file.
|
| -
|
| -#ifndef SAMPLES_TODOMVC_TODOMVC_SHARED_H_
|
| -#define SAMPLES_TODOMVC_TODOMVC_SHARED_H_
|
| -
|
| -void SetupTodoMVC(int argc, char** argv);
|
| -void TearDownTodoMVC();
|
| -
|
| -#endif // SAMPLES_TODOMVC_TODOMVC_SHARED_H_
|
|
|