• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

修订版f06f74af6efde36150554b575a9d1c2984542a63 (tree)
时间2014-10-02 04:39:26
作者Hans Breuer <hans@breu...>
CommiterHans Breuer

Log Message

[cleanup] remove superfluous prototype and comment

更改概述

差异

--- a/objects/custom_lines/line_info.c
+++ b/objects/custom_lines/line_info.c
@@ -46,10 +46,7 @@ char* custom_linetype_strings[] = {
4646 };
4747
4848
49-/* to go in customline_util.c/h */
50-gchar *
51-custom_get_relative_filename(const gchar *current, const gchar *relative);
52-gchar *
49+static gchar *
5350 custom_get_relative_filename(const gchar *current, const gchar *relative)
5451 {
5552 gchar *dirname, *tmp;